We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb8745 commit 0e57191Copy full SHA for 0e57191
.github/workflows/e2e.yml
@@ -33,19 +33,3 @@ jobs:
33
- run: npm run test:e2e
34
env:
35
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