Skip to content

Commit c178f40

Browse files
sthulbCopilot
andauthored
Update .github/workflows/check-e2e.yml
Co-authored-by: Copilot <[email protected]>
1 parent 6a7d1d5 commit c178f40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-e2e.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,6 @@ jobs:
6868
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
6969
aws-region: us-east-1
7070
- name: Run e2e test with Maven
71-
run: JAVA_VERSION=${{ matrix.java }} mvn -DskipTests install --file pom.xml && mvn -Pe2e -B verify --file powertools-e2e-tests/pom.xml
71+
env:
72+
JAVA_VERSION: ${{ matrix.java }}
73+
run: mvn -DskipTests install --file pom.xml && mvn -Pe2e -B verify --file powertools-e2e-tests/pom.xml

0 commit comments

Comments
 (0)