Skip to content

Commit

Permalink
Drop firefox as target for testing
Browse files Browse the repository at this point in the history
Although firefox works well locally, it fails to launch in the CI env.
Seems to be related to cypress-io/github-action#104
  • Loading branch information
sarathms committed Mar 6, 2020
1 parent 0ca74da commit db666dc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit db666dc

Please sign in to comment.