Skip to content

Commit

Permalink
ci: actually specify the files to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Fayti1703 committed Apr 26, 2024
1 parent 13658b7 commit 68936e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Coverage
path: |
${{ runner.temp }}/coverage.report
${{ runner.temp }}/coverage.json
- name: Produce Job Summary
run: |
printf "${{ steps.run_tests.outcome == 'success' && 'Test run success!' || 'Test run **FAILED**!' }}\n**Engine Coverage**: %s%%\n**Test Code Utilization**: %s%%" \
Expand Down

0 comments on commit 68936e7

Please sign in to comment.