mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 15:24:40 +01:00
npm i
This commit is contained in:
9
.github/workflows/sessions-e2e.yml
vendored
9
.github/workflows/sessions-e2e.yml
vendored
@@ -29,13 +29,20 @@ jobs:
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
|
||||
- name: Install build tools
|
||||
run: sudo apt update -y && sudo apt install -y build-essential pkg-config libx11-dev libx11-xcb-dev libxkbfile-dev libnotify-bin libkrb5-dev
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci --ignore-scripts
|
||||
run: npm ci
|
||||
env:
|
||||
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install build dependencies
|
||||
run: npm ci
|
||||
working-directory: build
|
||||
|
||||
- name: Transpile sources
|
||||
run: npm run transpile-client
|
||||
|
||||
|
||||
Reference in New Issue
Block a user