Skip to content

Commit 0e57191

Browse files
authored
test: remove firefox e2e (#491)
1 parent 4eb8745 commit 0e57191

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/e2e.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,3 @@ jobs:
3333
- run: npm run test:e2e
3434
env:
3535
GOOGLE_MAPS_API_KEY: ${{ secrets.SYNCED_GOOGLE_MAPS_API_KEY_WEB }}
36-
firefox:
37-
runs-on: ubuntu-latest
38-
services:
39-
hub:
40-
image: selenium/standalone-firefox
41-
volumes:
42-
- ${{ github.workspace }}:${{ github.workspace }}
43-
ports:
44-
- 4444:4444
45-
steps:
46-
- uses: actions/checkout@v2
47-
- run: npm i
48-
- run: npm run test:e2e
49-
env:
50-
GOOGLE_MAPS_API_KEY: ${{ secrets.SYNCED_GOOGLE_MAPS_API_KEY_WEB }}
51-
BROWSER: firefox

0 commit comments

Comments
 (0)