Skip to content

Commit 9a6f451

Browse files
VIA-598 AJ/DB WIP add missed run for main branch tests
1 parent 63e67bc commit 9a6f451

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cicd-9-scheduled-wip.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,9 @@ jobs:
9999
secret_aws_account_id: ${{ secrets.AWS_ACCOUNT_ID }}
100100
secret_aws_iam_role: ${{ secrets.IAM_ROLE }}
101101
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

Comments
 (0)