Skip to content

Commit

Permalink
ci: use --host for ci test run for gh-actions to work
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Jul 11, 2024
1 parent 6f5296b commit eb907d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"release": "standard-version",
"pretest:ci": "rimraf .nyc_output coverage",
"test": "cypress open",
"test:ci": "CYPRESS_COVERAGE=true start-server-and-test dev http://localhost:5173/ 'cypress run -q && cypress run --component -q'",
"test:ci": "CYPRESS_COVERAGE=true start-server-and-test 'npx vite --host' http://localhost:5173/ 'cypress run -q && cypress run --component -q'",
"test:e2e": "cypress open --e2e",
"test:e2e:ci": "start-server-and-test dev http://localhost:5173/ 'cypress run -q'",
"test:unit": "cypress open --component",
Expand Down

0 comments on commit eb907d5

Please sign in to comment.