We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca90740 + 12a2f44 commit 52121dfCopy full SHA for 52121df
.github/workflows/run-e2e-tests.yml
@@ -62,4 +62,4 @@ jobs:
62
if: ${{ matrix.java != '8' }} # If not 8 don't exclude the examples directory
63
run: mvn -DskipTests install --file pom.xml
64
- name: Run e2e test with Maven
65
- run: mvn -Pe2e -B verify --file powertools-e2e-tests/pom.xml
+ run: mvn -Pe2e -B verify --file powertools-e2e-tests/pom.xml
0 commit comments