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 33280ad commit e5f3baaCopy full SHA for e5f3baa
.github/workflows/integration.yml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
npm install
56
npm run build:debug
57
- npm start:debug &
+ npm run start:debug &
58
sleep 10
59
response=$(curl --write-out "%{http_code}" --silent --output /dev/null http://localhost:8080)
60
if [ "$response" -ne 200 ]; then
0 commit comments