explicitly set config file

pull/3054/head
Patrick Burns 2024-04-04 13:57:05 -05:00
rodzic a682abdb52
commit bf9455c984
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 --config-file=cypress.config.js"
command-prefix: "--headless --browser chrome"
wait-on: "http://localhost"