No fail test workflow

pull/33/head
Koitharu 4 years ago
parent 55ddc14244
commit 57667cb2b9
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

@ -19,7 +19,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: 'gradle'
- run: ./gradlew :test --tests "org.koitharu.kotatsu.parsers.MangaParserTest"
- run: ./gradlew :test --tests "org.koitharu.kotatsu.parsers.MangaParserTest" || true
- uses: actions/upload-artifact@v3
with:
name: Report

Loading…
Cancel
Save