From eefb9050523852b806ab844ffa48c75d14fda978 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Tue, 4 Jan 2022 23:10:01 -0700 Subject: [PATCH] test: remove firefox e2e --- .github/workflows/e2e.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f2f6a5b4..bd292ba8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -33,19 +33,3 @@ jobs: - run: npm run test:e2e env: GOOGLE_MAPS_API_KEY: ${{ secrets.SYNCED_GOOGLE_MAPS_API_KEY_WEB }} - firefox: - runs-on: ubuntu-latest - services: - hub: - image: selenium/standalone-firefox - volumes: - - ${{ github.workspace }}:${{ github.workspace }} - ports: - - 4444:4444 - steps: - - uses: actions/checkout@v2 - - run: npm i - - run: npm run test:e2e - env: - GOOGLE_MAPS_API_KEY: ${{ secrets.SYNCED_GOOGLE_MAPS_API_KEY_WEB }} - BROWSER: firefox