Skip to content

Commit

Permalink
ci: nohup out
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 14, 2024
1 parent dc8e49f commit 3f61cd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
node-version: '20'
- run: docker compose up -d
- run: npm i
- run: nohup npm run start --prefix broker-webhook &
- run: nohup node broker-webhook/server.js &
- run: ls
- run: ls broker-webhook
- run: npm run create-webhook --prefix broker-webhook
- run: npm test --prefix consumer
- run: npm run pact:publish --prefix consumer
Expand Down

0 comments on commit 3f61cd5

Please sign in to comment.