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 6db436f commit d23f90cCopy full SHA for d23f90c
1 file changed
.circleci/config.yml
@@ -61,6 +61,10 @@ jobs:
61
working_directory: browser-app
62
command: yarn start
63
background: true
64
+ - run:
65
+ command: |
66
+ sleep 15
67
+ curl -v --connect-timeout 4 --max-time 8 http://localhost:3000
68
- run:
69
working_directory: .
70
# command: npx cypress run --config defaultCommandTimeout=58000
0 commit comments