Skip to content

Commit 6b1ffed

Browse files
committed
use github env
1 parent ae1b529 commit 6b1ffed

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
@@ -23,7 +23,7 @@ jobs:
2323
max-parallel: 2
2424
matrix:
2525
java: [ 8, 11 ]
26-
name: End-to-end tests ${{ matrix.java }}
26+
name: End-to-end tests java${{ matrix.java }}
2727
env:
2828
JAVA_VERSION: ${{ matrix.java }}
2929
AWS_DEFAULT_REGION: eu-west-1
@@ -44,4 +44,4 @@ jobs:
4444
role-to-assume: ${{ secrets.AWS_ROLE_ARN_TO_ASSUME }}
4545
aws-region: ${{ env.AWS_DEFAULT_REGION }}
4646
- name: Run e2e test with Maven
47-
run: export JAVA_VERSION=${{ matrix.java }} && mvn -Pe2e -B verify --file powertools-e2e-tests/pom.xml
47+
run: mvn -Pe2e -B verify --file powertools-e2e-tests/pom.xml

0 commit comments

Comments
 (0)