explicitly set config file

pull/3054/head
Patrick Burns 2024-04-04 13:53:53 -05:00
rodzic ff5d7fc2b9
commit a682abdb52
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -25,5 +25,5 @@ jobs:
- name: Run Cypress tests
uses: cypress-io/github-action@v2
with:
command-prefix: "npx cypress run --headless --browser chrome"
command-prefix: "npx cypress run --headless --browser chrome --config-file=cypress.config.js"
wait-on: "http://localhost"