Skip to content

Commit

Permalink
ci: fix firefox group recording (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Jul 16, 2024
1 parent 006d869 commit 0b5e33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
install-browsers: true
- cypress/run-tests:
start-command: 'npm run start'
cypress-command: 'npx cypress run --browser firefox --record --parallel --group 2x-chrome on CircleCI'
cypress-command: 'npx cypress run --browser firefox --record --parallel --group 2x-firefox on CircleCI'

release:
executor:
Expand Down

0 comments on commit 0b5e33e

Please sign in to comment.