Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtyler committed Dec 4, 2023
1 parent 5ba2085 commit c7f434a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pact-provider-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- uses: actions/checkout@v4
- run: make build up
- run: go build -o ./api-test/tester ./api-test && chmod +x ./api-test/tester
- run: export JWT=$(./api-test/tester -jwtSecret=secret JWT)
- run: echo "JWT=$(./api-test/tester -jwtSecret=secret JWT)" >> "$GITHUB_ENV"
- run: echo $JWT
- name: Verify specified Pact
if: ${{ github.event_name == 'repository_dispatch' }}
run: |
Expand Down Expand Up @@ -50,4 +51,7 @@ jobs:
--provider-version=$(git rev-parse HEAD) \
--provider-branch=${{ github.head_ref }} \
--consumer-version-selectors='{"branch": "VEGA2174_lpastore_service"}'
- name: Debug
if: ${{ failure() }}
run: docker compose logs
# --consumer-version-selectors='{"mainBranch": true}'

0 comments on commit c7f434a

Please sign in to comment.