Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Mikkel Mørk Hegnhøj <[email protected]>
  • Loading branch information
mikkelhegn committed Nov 8, 2024
1 parent 07f970d commit 37f2cdf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
- name: Smoke test (Linux)
run: xvfb-run -a npm run test
if: runner.os == 'Linux'
- name: Smoke test (Windows)
run: npm run test
if: runner.os == 'Windows'
# Windows tests are failing to install the VS Code extension: https://github.com/microsoft/vscode-test/tree/main. Disabling for now.
# - name: Smoke test (Windows)
# run: npm run test
# if: runner.os == 'Windows'
# - name: Smoke test (Mac)
# run: npm run test
# if: runner.os == 'macOS'
Expand Down

0 comments on commit 37f2cdf

Please sign in to comment.