Skip to content

Commit

Permalink
fixing the build report output link for non-docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Apr 21, 2022
1 parent f8ab787 commit 36489a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gatk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ jobs:
id: jacoco-tests
run: |
./gradlew -Dscala.version=${{ env.SCALA_VERSION }} test jacocoTestReport
mkdir build/reports/tests/test \
&& cp -rp build/reports/tests/testOnPackagedReleaseJar/* build/reports/tests/test \
&& rm -r build/reports/tests/testOnPackagedReleaseJar;
- uses: ./.github/actions/upload-gatk-test-results
if: always()
Expand Down

0 comments on commit 36489a7

Please sign in to comment.