Skip to content

Merge pull request #1122 from serlo/dependabot/npm_and_yarn/sentry/no… #801

Merge pull request #1122 from serlo/dependabot/npm_and_yarn/sentry/no…

Merge pull request #1122 from serlo/dependabot/npm_and_yarn/sentry/no… #801

Workflow file for this run

name: Pact Broker
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: serlo/configure-repositories/actions/setup-node@main
- run: yarn start:redis
- run: yarn pacts
- run: yarn pacts:publish
env:
PACT_BROKER_USERNAME: ${{ secrets.PACT_BROKER_USERNAME }}
PACT_BROKER_PASSWORD: ${{ secrets.PACT_BROKER_PASSWORD }}