Skip to content

Commit a4bf857

Browse files
committed
Revert "ci: Don't test on Edge as the latest release is missing for Linux"
This reverts commit 1cab534.
1 parent 2ac4e7e commit a4bf857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test_web.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
# Don't run browser tests on Windows because it's flaky for unknown reasons. :-(
9797
if: runner.os == 'Linux'
9898
working-directory: web
99-
run: npm run wdio -- --headless --chrome --firefox
99+
run: npm run wdio -- --headless --chrome --firefox --edge
100100

101101
check-required:
102102
needs: changes

0 commit comments

Comments
 (0)