From d8c9c726ba1a1e03fd20d020a69300f509e7fe61 Mon Sep 17 00:00:00 2001 From: Daniel Jacobs Date: Wed, 24 Jul 2024 10:44:10 -0400 Subject: [PATCH] ci: Don't test on Edge as the latest release is missing for Linux --- .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 cdcdf270053ea..bf583a4b0986c 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 --edge + run: npm run wdio -- --headless --chrome --firefox check-required: needs: changes