Skip to content

Commit e804089

Browse files
committed
continue-on-error: true
1 parent df94bf7 commit e804089

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ jobs:
2828
with:
2929
maven-version: ${{ env.MAVEN_VERSION }}
3030
- name: 'Build with Maven'
31-
continue-on-error: true
3231
run: mvn clean install -DskipTests
3332
- name: 'Run WFSGetFeatureUtilTest with Maven'
3433
continue-on-error: true
3534
run: mvn test -Dtest=WFSGetFeatureUtilTest
3635
- name: 'Run WFSGetFeatureControllerTest (Spring Boot) with Maven'
37-
continue-on-error: true
3836
run: mvn test -Dtest=WFSGetFeatureControllerTest

0 commit comments

Comments
 (0)