Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Mar 10, 2024
1 parent 677722f commit e36c343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- run: npm ci
- run: cp .env.example .env
- run: npm run build
- run: npx concurrently --kill-others "npm run start" "npx wait-on -t 5s http-get://localhost:3001/docs"
- run: npx concurrently --kill-others "npm run start" "npx wait-on -t 5s http-get://localhost:3000/docs"

0 comments on commit e36c343

Please sign in to comment.