Skip to content

Commit

Permalink
fix pact testing in ci (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell authored Oct 5, 2023
1 parent 41f67ae commit d0310c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '^1.20'
cache: false
- uses: replicatedhq/action-install-pact@v1
- run: make test
- if: github.event_name == 'push' || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository )
Expand Down

0 comments on commit d0310c2

Please sign in to comment.