Skip to content

Commit d315b5a

Browse files
committed
temp: update github action for test
1 parent c7f9c3c commit d315b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
env:
3030
JAVA_VERSION: ${{ matrix.java }}
31-
AWS_DEFAULT_REGION: eu-west-1
31+
AWS_REGION: eu-west-1
3232
permissions:
3333
id-token: write # needed to interact with GitHub's OIDC Token endpoint.
3434
contents: read
@@ -50,6 +50,6 @@ jobs:
5050
with:
5151
role-to-assume: arn:aws:iam::979050318125:role/GitHubActionWithOIDC
5252
role-session-name: AWSSession
53-
aws-region: ${{ env.AWS_DEFAULT_REGION }}
53+
aws-region: ${{ env.AWS_REGION }}
5454
- name: Run e2e test with Maven
5555
run: mvn -Pe2e -B verify --file powertools-e2e-tests/pom.xml

0 commit comments

Comments
 (0)