Revert "ci: Don't test on Edge as the latest release is missing for Linux"

This reverts commit 1cab534246.
This commit is contained in:
Daniel Jacobs 2024-08-05 14:52:55 -04:00 committed by TÖRÖK Attila
parent a00d0e9499
commit d716080a40
1 changed files with 1 additions and 1 deletions

View File

@ -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
run: npm run wdio -- --headless --chrome --firefox --edge
check-required:
needs: changes