Skip to content

Commit 37f2cdf

Browse files
committed
Update build workflow
Signed-off-by: Mikkel Mørk Hegnhøj <[email protected]>
1 parent 07f970d commit 37f2cdf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ jobs:
3838
- name: Smoke test (Linux)
3939
run: xvfb-run -a npm run test
4040
if: runner.os == 'Linux'
41-
- name: Smoke test (Windows)
42-
run: npm run test
43-
if: runner.os == 'Windows'
41+
# Windows tests are failing to install the VS Code extension: https://github.com/microsoft/vscode-test/tree/main. Disabling for now.
42+
# - name: Smoke test (Windows)
43+
# run: npm run test
44+
# if: runner.os == 'Windows'
4445
# - name: Smoke test (Mac)
4546
# run: npm run test
4647
# if: runner.os == 'macOS'

0 commit comments

Comments
 (0)