mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
transpile
This commit is contained in:
8
.github/workflows/sessions-e2e.yml
vendored
8
.github/workflows/sessions-e2e.yml
vendored
@@ -36,12 +36,8 @@ jobs:
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install build dependencies
|
||||
run: npm ci
|
||||
working-directory: build
|
||||
|
||||
- name: Compile
|
||||
run: npm run compile
|
||||
- name: Transpile sources
|
||||
run: npm run transpile-client
|
||||
|
||||
- name: Install E2E test dependencies
|
||||
run: npm ci
|
||||
|
||||
@@ -213,6 +213,8 @@ async function main() {
|
||||
console.log('Server ready.\n');
|
||||
|
||||
// Open browser
|
||||
// --headed if you want to run the test locally and verify the UI interactions
|
||||
// const openResult = runPlaywrightCli(['open', '--headed']);
|
||||
const openResult = runPlaywrightCli(['open', '--headed']);
|
||||
if (!openResult.ok) {
|
||||
console.error('Failed to open browser:', openResult.stdout, openResult.stderr);
|
||||
|
||||
Reference in New Issue
Block a user