Skip to content

Commit

Permalink
Merge pull request #123 from treasure-data/remove_redundant_actions
Browse files Browse the repository at this point in the history
Remove redundant test step
  • Loading branch information
minidragon88 authored May 19, 2023
2 parents 66808eb + 6da3c2b commit c5fd622
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
name: tests
path: ./build/reports/tests/test

- name: JaCoCo test report
if: success()
run: ./gradlew jacocoTestReport

- uses: actions/upload-artifact@v3
if: success()
with:
Expand Down

0 comments on commit c5fd622

Please sign in to comment.