Skip to content

Commit

Permalink
fix(ci): drop Firefox from Cypress tests (#318)
Browse files Browse the repository at this point in the history
Co-authored-by: Om Mishra <32200996+mishraomp@users.noreply.github.com>
  • Loading branch information
DerekRoberts and mishraomp authored Mar 26, 2024
1 parent 1b90f0b commit 079cfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
browser: [chrome, firefox]
browser: [chrome]
steps:
- uses: actions/checkout@v4
- uses: cypress-io/github-action@v5
Expand Down

0 comments on commit 079cfa1

Please sign in to comment.