Skip to content

Commit 8af95d6

Browse files
committed
reorder credentials before kat setup
1 parent 7d9dd08 commit 8af95d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
steps:
1212
- name: Checkout sources
1313
uses: actions/checkout@v4
14-
- name: Set up kat tool
15-
uses: ./.github/actions/setup-kat
1614
- name: Configure AWS Credentials
1715
uses: aws-actions/configure-aws-credentials@v4
1816
with:
1917
role-to-assume: ${{ secrets.TEST_CI_AWS_ROLE_ARN }}
2018
aws-region: us-west-2
19+
- name: Set up kat tool
20+
uses: ./.github/actions/setup-kat
2121
- name: Emit some test metrics
2222
uses: ./.github/actions/emit-metrics
2323
with:

0 commit comments

Comments
 (0)