Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
minidragon88 committed May 19, 2023
1 parent edf56c9 commit c0bf4fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,18 @@ jobs:
run: chmod +x gradlew

- name: Build with testing
run: ./gradlew checkstyle test jacocoTestReport
run: ./gradlew check --console rich --info

- uses: actions/upload-artifact@v3
if: always()
with:
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 c0bf4fc

Please sign in to comment.