From 801724fab72361d88b7e216fa6a66908bb97c69e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Wed, 24 Jul 2024 20:40:04 +0200 Subject: [PATCH] Revert "ci: Don't test on Edge as the latest release is missing for Linux" This reverts commit 1cab5342469b52907995e7688ac4f99175b22ef1. --- .github/workflows/test_web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_web.yml b/.github/workflows/test_web.yml index bf583a4b0986c..cdcdf270053ea 100644 --- a/.github/workflows/test_web.yml +++ b/.github/workflows/test_web.yml @@ -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