File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,16 @@ jobs:
187
187
echo "env.CONSUMER_BRANCH=${{ env.CONSUMER_BRANCH }} # This reflects the consumer branch for pact verification (generated by Pact Broker)"
188
188
echo "env.CONSUMER_SHA=${{ env.CONSUMER_SHA }} # This reflects the consumer version for pact verification (generated by Pact Broker)"
189
189
./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
190
200
can-i-deploy :
191
201
# The can-i-deploy job will run as a result of a jade-data-repo PR.
192
202
# It reports the pact verification statuses on all deployed environments.
You can’t perform that action at this time.
0 commit comments