mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 07:47:23 +01:00
switch to gh hosted runners (#305298)
This commit is contained in:
2
.github/workflows/pr-linux-test.yml
vendored
2
.github/workflows/pr-linux-test.yml
vendored
@@ -17,7 +17,7 @@ on:
|
||||
jobs:
|
||||
linux-test:
|
||||
name: ${{ inputs.job_name }}
|
||||
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64 ]
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
ARTIFACT_NAME: ${{ (inputs.electron_tests && 'electron') || (inputs.browser_tests && 'browser') || (inputs.remote_tests && 'remote') || 'unknown' }}
|
||||
NPM_ARCH: x64
|
||||
|
||||
Reference in New Issue
Block a user