We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df94bf7 commit e804089Copy full SHA for e804089
1 file changed
.github/workflows/maven.yml
@@ -28,11 +28,9 @@ jobs:
28
with:
29
maven-version: ${{ env.MAVEN_VERSION }}
30
- name: 'Build with Maven'
31
- continue-on-error: true
32
run: mvn clean install -DskipTests
33
- name: 'Run WFSGetFeatureUtilTest with Maven'
34
continue-on-error: true
35
run: mvn test -Dtest=WFSGetFeatureUtilTest
36
- name: 'Run WFSGetFeatureControllerTest (Spring Boot) with Maven'
37
38
run: mvn test -Dtest=WFSGetFeatureControllerTest
0 commit comments