Skip to content

Commit 676abde

Browse files
committed
break the expected failure to verify test
1 parent 9314846 commit 676abde

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-emit-metrics.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ jobs:
3838
steps:
3939
- name: Checkout sources
4040
uses: actions/checkout@v4
41+
- name: Configure AWS Credentials
42+
uses: aws-actions/configure-aws-credentials@v4
43+
with:
44+
role-to-assume: ${{ secrets.TEST_CI_AWS_ROLE_ARN }}
45+
aws-region: us-west-2
46+
- name: Set up kat tool
47+
uses: ./.github/actions/setup-kat
4148
- id: expected-failure
4249
name: Fail to emit some test metrics
4350
uses: ./.github/actions/emit-metrics

0 commit comments

Comments
 (0)