File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3333 ${{ runner.os }}-maven-
3434
3535 - name : Verify with Maven
36- run : mvn --batch-mode --update-snapshots --activate-profiles e2e-test verify
36+ run : mvn --batch-mode --update-snapshots --activate-profiles e2e verify
3737
3838 - name : Upload coverage to Codecov
3939 uses : codecov/codecov-action@e1dd05cde2ed37d100f658b34ea423728ba1812e
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The continuous integration runs a set of [gherkin e2e tests](https://github.com/
2222
2323to run alone:
2424```
25- mvn test -P e2e-test
25+ mvn test -P e2e
2626```
2727
2828## Releasing
Original file line number Diff line number Diff line change 1111 <maven .compiler.source>1.8</maven .compiler.source>
1212 <maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
1313 <junit .jupiter.version>5.10.0</junit .jupiter.version>
14+ <!-- exclusion expression for e2e tests -->
15+ <testExclusions >**/e2e/*.java</testExclusions >
1416 <module-name >${groupId} .${artifactId} </module-name >
1517 </properties >
1618
488490 </profile >
489491
490492 <profile >
491- <id >e2e-test </id >
493+ <id >e2e</id >
492494 <properties >
493495 <!-- run the e2e tests by clearing the exclusions -->
494496 <testExclusions />
You can’t perform that action at this time.
0 commit comments