Skip to content

Commit

Permalink
Use Firefox instead of Edge in Cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 18, 2024
1 parent 2c19712 commit 6e18da5
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, edge]
browser: [chrome, firefox]
steps:
- uses: actions/checkout@v4
- uses: cypress-io/github-action@v5
Expand Down

0 comments on commit 6e18da5

Please sign in to comment.