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 cd24d92 commit 5527a19
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ jobs:
- run: npm run create-webhook --prefix broker-webhook
- run: npm test --prefix consumer
- run: npm run pact:publish --prefix consumer
- run: sleep 30
- run: npm run webhook-logs --prefix broker-webhook
- run: sleep 15
- run: cat out.log
2 changes: 1 addition & 1 deletion broker-webhook/broker-create-body.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"request": {
"method": "POST",
"url": "http://host.docker.internal:9090",
"url": "http://localhost:9090",
"headers": {
"Content-Type": "application/json"
},
Expand Down
3 changes: 1 addition & 2 deletions broker-webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"main": "index.js",
"scripts": {
"start": "node server.js",
"create-webhook": "./create_webhook.sh",
"webhook-logs": "./weblook_logs.sh"
"create-webhook": "./create_webhook.sh"
},
"author": "",
"license": "ISC",
Expand Down
3 changes: 0 additions & 3 deletions broker-webhook/weblook_logs.sh

This file was deleted.

0 comments on commit 5527a19

Please sign in to comment.