Skip to content

Commit

Permalink
fix: upload test report even if failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonlai committed Sep 20, 2024
1 parent ca163e9 commit fa59d67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
- name: Init Hermit
run: ./bin/hermit env -r >> $GITHUB_ENV
- name: Test
run: gradle clean test --stacktrace
run: |
gradle clean test --stacktrace
- name: Get Test report
uses: actions/upload-artifact@v4
if: always()
with:
name: test-reports
path: |
Expand Down

0 comments on commit fa59d67

Please sign in to comment.