We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b2d8c commit 9c48828Copy full SHA for 9c48828
.github/workflows/maven-verify.yml
@@ -37,3 +37,4 @@ jobs:
37
surefire-its/target/**/surefire-reports/*
38
surefire-its/target/**/failsafe-reports/*
39
timeout-minutes: 600
40
+ os-matrix: '[ "ubuntu-latest", "windows-2022", "macos-latest" ]'
surefire-its/src/test/resources/cucumber-tests/pom.xml
@@ -66,13 +66,6 @@
66
<groupId>org.apache.maven.plugins</groupId>
67
<artifactId>maven-surefire-plugin</artifactId>
68
<version>${surefire.version}</version>
69
- <configuration>
70
- <properties>
71
- <configurationParameters>
72
- cucumber.junit-platform.naming-strategy=surefire
73
- </configurationParameters>
74
- </properties>
75
- </configuration>
76
</plugin>
77
</plugins>
78
</build>
0 commit comments