Skip to content

Commit

Permalink
Merge pull request #40 from shopcanal/alex-whitaker.pause-firefox
Browse files Browse the repository at this point in the history
test: pause firefox since its causing other browsers to fail
  • Loading branch information
alex-whitaker committed Feb 14, 2022
2 parents 2e0dfed + a945b8e commit 09c3113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
# Each of these are browser names we want to run tests against in parallel
browser: ['chromium', 'firefox', 'webkit']
browser: ['chromium', 'webkit']
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 09c3113

Please sign in to comment.