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 63e67bc commit 9a6f451Copy full SHA for 9a6f451
.github/workflows/cicd-9-scheduled-wip.yaml
@@ -99,3 +99,9 @@ jobs:
99
secret_aws_account_id: ${{ secrets.AWS_ACCOUNT_ID }}
100
secret_aws_iam_role: ${{ secrets.IAM_ROLE }}
101
secret_aws_slack_channel_id: ${{ secrets.ALARMS_SLACK_CHANNEL_ID }}
102
+
103
+ - name: "Run contract tests (sandpit+mocked)"
104
+ timeout-minutes: 10
105
+ uses: ./.github/actions/run-contract-tests
106
+ with:
107
+ target_ref: ${{ steps.get-latest-tag-name.outputs.value }}
0 commit comments