We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833778d commit 22f549bCopy full SHA for 22f549b
.github/workflows/main.yaml
@@ -30,11 +30,6 @@ jobs:
30
cache: false
31
- uses: replicatedhq/action-install-pact@v1
32
- run: make test
33
- - if: github.event_name == 'push' || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository )
34
- run: make publish-pact
35
36
- run: |
37
- make can-i-deploy || echo "::warning:: can-i-deploy says no; provider(s) must successfully verify before release"
38
39
build-and-push-e2e:
40
runs-on: ubuntu-22.04
0 commit comments