Skip to content

Commit

Permalink
ci-shared-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
yacekmm committed Apr 21, 2024
1 parent 8b28269 commit 2261952
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-promoter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ jobs:
run: >-
cd services/Promoter &&
./gradlew test
- name: Publish Promoter Pact
run: >-
cd services/Promoter &&
./gradlew pactPublish \
-Dpact.publish.consumer.version=${{ github.sha }} \
-Dpact.publish.consumer.branchName=${{ github.ref }}

0 comments on commit 2261952

Please sign in to comment.