feat: add ignoring test failures
This commit is contained in:
parent
b91691de01
commit
c1a0577926
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
}]
|
}]
|
||||||
|
|
||||||
- name: Run tests with Maven
|
- name: Run tests with Maven
|
||||||
run: mvn test
|
run: mvn test -Dmaven.test.failure.ignore=true
|
||||||
|
|
||||||
- name: Test Report
|
- name: Test Report
|
||||||
uses: dorny/test-reporter@v1
|
uses: dorny/test-reporter@v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue