We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7d1d5 commit c178f40Copy full SHA for c178f40
.github/workflows/check-e2e.yml
@@ -68,4 +68,6 @@ jobs:
68
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
69
aws-region: us-east-1
70
- 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
+ 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