From db666dc962c085979e3115f8702cd5d899548a07 Mon Sep 17 00:00:00 2001 From: Sarath M S Date: Fri, 6 Mar 2020 00:41:11 -0500 Subject: [PATCH] Drop firefox as target for testing Although firefox works well locally, it fails to launch in the CI env. Seems to be related to https://github.com/cypress-io/github-action/issues/104 --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4fe20681e..458d496a9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,11 +2,8 @@ name: OONI Explorer End-to-End Tests on: [push] jobs: cypress-e2e: - strategy: - matrix: - browser: [firefox, chrome] + name: E2E Test runs-on: ubuntu-latest - name: E2E test on ${{ matrix.browser }} steps: - name: Checkout uses: actions/checkout@v1 @@ -17,7 +14,6 @@ jobs: build: npm run build start: npm start wait-on: 'http://localhost:3100' - browser: ${{ matrix.browser }} - name: Upload screenshots on failure uses: actions/upload-artifact@v1