Skip to content

Commit

Permalink
Merge branch 'v2' into feat/v2-publish-snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromevdl authored Jun 24, 2024
2 parents 1ce1083 + 12a2f44 commit d0e0aaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ on:
pull_request:
branches:
- main
- v2
paths:
- 'powertools-e2e-tests/**'

Expand Down Expand Up @@ -63,4 +62,4 @@ jobs:
if: ${{ matrix.java != '8' }} # If not 8 don't exclude the examples directory
run: mvn -DskipTests install --file pom.xml
- name: Run e2e test with Maven
run: mvn -Pe2e -B verify --file powertools-e2e-tests/pom.xml
run: mvn -Pe2e -B verify --file powertools-e2e-tests/pom.xml

0 comments on commit d0e0aaf

Please sign in to comment.