Skip to content

Commit

Permalink
Update run-e2e-tests.yml
Browse files Browse the repository at this point in the history
remove v2
  • Loading branch information
jeromevdl committed Jun 21, 2024
1 parent a5c22c4 commit 12a2f44
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 12a2f44

Please sign in to comment.