Skip to content

Commit

Permalink
ci: add --host to make gh actions work
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Aug 1, 2024
1 parent ddc7266 commit 0ae4b23
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 @@ -14,7 +14,7 @@
"release": "standard-version",
"start": "pnpm dev",
"test": "cypress open",
"test:ci": "start-server-and-test 'pnpm dev' http://localhost:8080/ 'cypress run -q && cypress run --component -q'",
"test:ci": "start-server-and-test 'webpack serve --config build/webpack.dev.conf.js --host localhost' http://localhost:8080/ 'cypress run -q && cypress run --component -q'",
"test:component": "cypress open --component",
"test:component:ci": "start-server-and-test 'pnpm dev' http://localhost:8080/ 'cypress run --component -q'",
"test:e2e": "cypress open --e2e",
Expand Down

0 comments on commit 0ae4b23

Please sign in to comment.