Skip to content

Commit 01bacb9

Browse files
committed
test set up kat
1 parent 75c6de3 commit 01bacb9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ jobs:
5656
java-version: 17
5757
cache: 'gradle'
5858

59+
- name: Configure AWS Credentials
60+
uses: aws-actions/configure-aws-credentials@v4
61+
with:
62+
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
63+
aws-region: us-west-2
64+
- name: Setup Kat
65+
uses: ./.github/actions/setup-kat
66+
5967
- uses: actions/cache@v4
6068
with:
6169
path: |
@@ -83,6 +91,14 @@ jobs:
8391
java-version: 17
8492
cache: 'gradle'
8593

94+
- name: Configure AWS Credentials
95+
uses: aws-actions/configure-aws-credentials@v4
96+
with:
97+
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
98+
aws-region: us-west-2
99+
- name: Setup Kat
100+
uses: ./.github/actions/setup-kat
101+
86102
- name: Configure Gradle
87103
uses: ./.github/actions/configure-gradle
88104
- name: Build and Test ${{ env.PACKAGE_NAME }}

0 commit comments

Comments
 (0)