Skip to content

Commit

Permalink
explicitly set config file
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrb committed Apr 4, 2024
1 parent a682abd commit bf9455c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- name: Run Cypress tests
uses: cypress-io/github-action@v2
with:
command-prefix: "npx cypress run --headless --browser chrome --config-file=cypress.config.js"
command-prefix: "--headless --browser chrome"
wait-on: "http://localhost"

0 comments on commit bf9455c

Please sign in to comment.