Skip to content

Commit

Permalink
Fix publishing BioJava preview (#3660)
Browse files Browse the repository at this point in the history
Update the GitHub Action to use the new specific Gradle task for testing BioJava introduced in #3581.
  • Loading branch information
adam-enko authored Jun 27, 2024
1 parent 95be9d6 commit cce50ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-publish-ga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 76,7 @@ jobs:
with:
gradle-home-cache-cleanup: true
- name: Document biojava-core
run: ./gradlew :dokka-integration-tests:maven:integrationTest --tests org.jetbrains.dokka.it.maven.BiojavaIntegrationTest --stacktrace
run: ./gradlew :dokka-integration-tests:maven:testExternalProjectBioJava --stacktrace
env:
DOKKA_TEST_OUTPUT_PATH: /home/runner/work/dokka/biojava
- name: Copy files to GitHub Actions Artifacts
Expand Down

0 comments on commit cce50ae

Please sign in to comment.