|
|
|
|
@ -4,7 +4,7 @@ on:
|
|
|
|
|
workflow_dispatch:
|
|
|
|
|
pull_request:
|
|
|
|
|
paths:
|
|
|
|
|
- 'src/main/kotlin/org/koitharu/kotatsu/parsers/site/**'
|
|
|
|
|
- 'src/main/kotlin/org/koitharu/kotatsu/parsers/**'
|
|
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
|
contents: read
|
|
|
|
|
@ -19,9 +19,4 @@ jobs:
|
|
|
|
|
java-version: '11'
|
|
|
|
|
distribution: 'temurin'
|
|
|
|
|
cache: 'gradle'
|
|
|
|
|
- run: ./gradlew :test --tests "org.koitharu.kotatsu.parsers.MangaParserTest" || true
|
|
|
|
|
- run: ./gradlew generateTestsReport
|
|
|
|
|
- uses: actions/upload-artifact@v3
|
|
|
|
|
with:
|
|
|
|
|
name: Report
|
|
|
|
|
path: build/test-results-html/TEST-org.koitharu.kotatsu.parsers.MangaParserTest.htm
|
|
|
|
|
- run: ./gradlew assemble
|
|
|
|
|
|