We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06706c commit e651eeaCopy full SHA for e651eea
.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 "npm run cypress:run -- --browser chrome --headless --config"
+ npx start-server-and-test start:api 3001 start:cra http-get://127.0.0.1:3000 "npm run cypress:run -- --browser chrome --headless"
63
env:
64
CI: true
65
0 commit comments