Skip to content

Commit e5f3baa

Browse files
committed
Solve more issues in ci.
1 parent 33280ad commit e5f3baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
npm install
5656
npm run build:debug
57-
npm start:debug &
57+
npm run start:debug &
5858
sleep 10
5959
response=$(curl --write-out "%{http_code}" --silent --output /dev/null http://localhost:8080)
6060
if [ "$response" -ne 200 ]; then

0 commit comments

Comments
 (0)