Bump dorny/test-reporter from 1.7.0 to 1.9.1 #80
build-and-test.yml
on: push
Maven Build and Test
2m 34s
Annotations
5 errors
com.uwetrottmann.trakt5.services.CheckinTest ► test_checkin_episode:
src/test/java/com/uwetrottmann/trakt5/services/CheckinTest.java#L55
Failed test found in:
target/surefire-reports/TEST-com.uwetrottmann.trakt5.services.CheckinTest.xml
Error:
java.lang.AssertionError: Check-in still in progress, may be left over from failed test
|
com.uwetrottmann.trakt5.services.CheckinTest ► test_checkin_movie:
src/test/java/com/uwetrottmann/trakt5/services/CheckinTest.java#L55
Failed test found in:
target/surefire-reports/TEST-com.uwetrottmann.trakt5.services.CheckinTest.xml
Error:
java.lang.AssertionError: Check-in still in progress, may be left over from failed test
|
com.uwetrottmann.trakt5.services.UsersTest ► test_addListItems:
src/test/java/com/uwetrottmann/trakt5/services/UsersTest.java#L208
Failed test found in:
target/surefire-reports/TEST-com.uwetrottmann.trakt5.services.UsersTest.xml
Error:
org.junit.ComparisonFailure: expected:<[1]> but was:<[0]>
|
Maven Build and Test
Failed test were found and 'fail-on-error' option is set to true
|
Maven Build and Test
Process completed with exit code 1.
|