Skip to content

Commit

Permalink
chore: update broker base url
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 17, 2020
1 parent d4ca15c commit 749c09e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/verify_changed_pact.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Build

on:
repository_dispatch:
types:
- pact_changed

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '12'
- run: docker pull pactfoundation/pact-cli:latest
- name: Install
run: npm i
- name: Build
run: TRAVIS_BRANCH=${TRAVIS_BRANCH:11} make ci_webhook
env:
PACT_BROKER_BASE_URL: https://bethtest-3.pact.dius.com.au
PACT_BROKER_TOKEN: ${{ secrets.TEST_PACTFLOW_IO_PACT_BROKER_TOKEN }}
PACT_BROKER_PUBLISH_VERIFICATION_RESULTS: true
TRAVIS_COMMIT: ${{ github.sha }}
TRAVIS_BRANCH: ${{ github.ref }}

0 comments on commit 749c09e

Please sign in to comment.