Skip to content

Commit

Permalink
ci: Don't test on Edge as the latest release is missing for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs committed Jul 24, 2024
1 parent a7ee776 commit 1cab534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# Don't run browser tests on Windows because it's flaky for unknown reasons. :-(
if: runner.os == 'Linux'
working-directory: web
run: npm run wdio -- --headless --chrome --firefox --edge
run: npm run wdio -- --headless --chrome --firefox

check-required:
needs: changes
Expand Down

0 comments on commit 1cab534

Please sign in to comment.