Skip to content

ci: nohup out

ci: nohup out #33

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: docker compose up -d
- run: npm i
- 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
- run: sleep 30
- run: npm run webhook-logs --prefix broker-webhook
- run: cat broker-webhook/nohup.out