Skip to content

Commit a4d3630

Browse files
committed
REVERT: Attempt to upload results of pact
1 parent c53b3d8 commit a4d3630

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/verify_consumer_pacts.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,16 @@ jobs:
187187
echo "env.CONSUMER_BRANCH=${{ env.CONSUMER_BRANCH }} # This reflects the consumer branch for pact verification (generated by Pact Broker)"
188188
echo "env.CONSUMER_SHA=${{ env.CONSUMER_SHA }} # This reflects the consumer version for pact verification (generated by Pact Broker)"
189189
./gradlew --build-cache verifyPacts --scan
190+
- name: Archive pact results
191+
id: archive_pact_results
192+
if: always()
193+
uses: actions/upload-artifact@v3
194+
with:
195+
name: pact-verification-results
196+
path: |
197+
service/build/reports/tests/verifyPacts/index.html
198+
./service/build/reports/tests/verifyPacts/index.html
199+
///home/runner/work/terra-workspace-manager/terra-workspace-manager/service/build/reports/tests/verifyPacts/index.html
190200
can-i-deploy:
191201
# The can-i-deploy job will run as a result of a jade-data-repo PR.
192202
# It reports the pact verification statuses on all deployed environments.

0 commit comments

Comments
 (0)