Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
elylucas committed Jul 13, 2023
1 parent 910843b commit fcb2f09
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 @@ -135,7 +135,6 @@ jobs:
setup_project_and_cypress_linux:
executor: with-chrome-and-firefox
steps:
- setup_linux
- setup_project_and_cypress
setup_project_and_cypress_windows:
executor:
Expand Down Expand Up @@ -171,6 +170,7 @@ jobs:
type: boolean
default: false
steps:
- setup_linux
- cypress_tests:
browser: <<parameters.browser>>
specPattern: <<parameters.specPattern>>
Expand Down

0 comments on commit fcb2f09

Please sign in to comment.