mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update CI to windows-2019 (#18606)
* Revert "Update CI for new windows-latest (#18585)"
This reverts commit ebd4c6844b.
* update to windows-2019
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -13,7 +13,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
windows:
|
windows:
|
||||||
name: Windows
|
name: Windows
|
||||||
runs-on: windows-latest
|
runs-on: windows-2019
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
env:
|
env:
|
||||||
CHILD_CONCURRENCY: "1"
|
CHILD_CONCURRENCY: "1"
|
||||||
@@ -59,14 +59,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
||||||
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
|
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
|
||||||
run: |
|
run: yarn --frozen-lockfile --network-timeout 180000
|
||||||
# update node-gyp to latest for support in detecting VS 2022 toolchain
|
|
||||||
npm install -g node-gyp@latest
|
|
||||||
# Resolve to node-gyp.js
|
|
||||||
# Remove this once node-version > 17.4.x or > 16.14.0,
|
|
||||||
# which ships with npm > 8.4.0 that has support for VS 2022 toolchain.
|
|
||||||
$env:npm_config_node_gyp=$(Join-Path $(Get-Command node-gyp.cmd).Path "..\node_modules\node-gyp\bin\node-gyp.js" -Resolve)
|
|
||||||
yarn --frozen-lockfile --network-timeout 180000
|
|
||||||
# - name: Create node_modules archive {{SQL CARBON EDIT}} Skip caching for now
|
# - name: Create node_modules archive {{SQL CARBON EDIT}} Skip caching for now
|
||||||
# if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
# if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user