Skip to content

Commit

Permalink
Update workflow to upload test report artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
alyokaz committed Aug 31, 2023
1 parent 541b75d commit 29fa65b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,17 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/aktorrent:latest
- name: Archive code coverage results
if: always()
uses: actions/upload-artifact@v3
with:
name: code-coverage-report
path: |
build/reports/tests/test/classes/intergration.CLIIntegrationTests.html
build/reports/tests/test/classes/intergration.IntegrationTest.html
build/reports/tests/test/css/base-style.css
build/reports/tests/test/css/style.css
build/reports/tests/test/js/report.js
build/reports/tests/test/packages/intergration.html
build/reports/tests/test/index.html
if-no-files-found: warn

0 comments on commit 29fa65b

Please sign in to comment.