File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050 run : |
5151 k3d kubeconfig get k3dCluster > tests/integration/fixtures/kubeconfig.yaml
5252 export CYPRESS_DOMAIN=http://localhost:3001
53- npm run start
53+ npm run start &
5454
5555 echo "waiting for server to be up..."
5656 while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' "$CYPRESS_DOMAIN")" != "200" ]]; do sleep 5; done
Original file line number Diff line number Diff line change 5050 run : |
5151 k3d kubeconfig get k3dCluster > tests/integration/fixtures/kubeconfig.yaml
5252 export CYPRESS_DOMAIN=http://localhost:3001
53- npm run start
53+ npm run start &
5454
5555 echo "waiting for server to be up..."
5656 while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' "$CYPRESS_DOMAIN")" != "200" ]]; do sleep 5; done
Original file line number Diff line number Diff line change 4444 run : |
4545 k3d kubeconfig get k3dCluster > tests/lighthouse/fixtures/kubeconfig.yaml
4646 export DOMAIN=http://localhost:3001
47- npm run start
47+ npm run start &
4848
4949 echo "waiting for server to be up..."
5050 while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' "$DOMAIN")" != "200" ]]; do sleep 5; done
You can’t perform that action at this time.
0 commit comments