We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0529bb2 commit 7371183Copy full SHA for 7371183
.github/workflows/integration.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Run integration test (CRA)
61
run: |
62
- npx start-server-and-test start:api 3001 start:cra http-get://127.0.0.1:3000 "cypress:run --browser chrome"
+ npx start-server-and-test start:api 3001 start:cra http-get://127.0.0.1:3000 "npm run cypress:run -- --browser chrome"
63
env:
64
CI: true
65
0 commit comments