Skip to content

Commit c4900c0

Browse files
committed
temp: update github action for test
1 parent 5318196 commit c4900c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run-e2e-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ permissions:
2828
contents: read
2929

3030
jobs:
31-
e2e:
31+
run-end-to-end-tests:
3232
runs-on: ubuntu-latest
3333
env:
3434
# JAVA_VERSION: ${{ matrix.java }}
35-
AWS_REGION: eu-west-1
35+
# AWS_REGION: eu-west-1
3636
# strategy:
3737
# max-parallel: 2
3838
# matrix:
@@ -43,11 +43,11 @@ jobs:
4343
uses: actions/checkout@v3
4444

4545
- name: Setup AWS credentials
46-
uses: aws-actions/configure-aws-credentials@master
46+
uses: aws-actions/configure-aws-credentials@1.6.1
4747
with:
4848
role-to-assume: arn:aws:iam::979050318125:role/GitHubActionWithOIDC
49-
role-session-name: awssession
50-
aws-region: ${{ env.AWS_REGION }}
49+
# role-session-name: awssession
50+
aws-region: eu-west-1
5151

5252
- name: Print assumed role
5353
run: aws sts get-caller-identity

0 commit comments

Comments
 (0)