Skip to content

Commit

Permalink
i see that was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Apr 21, 2022
1 parent 69d7cb0 commit 16ed025
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/gatk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ jobs:
id: jacoco-tests
run: |
./gradlew -Dscala.version=${{ env.SCALA_VERSION }} 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 16ed025

Please sign in to comment.