Skip to content

Commit

Permalink
ci: 分支测试时始终上传测试报告结果
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Feb 15, 2024
1 parent fc64c08 commit d645c0e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-v4-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
os: [ macos-latest, windows-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:

- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
Expand All @@ -35,3 +34,10 @@ jobs:
--info
--warning-mode all
- name: Upload test reports
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: TestReports
path: build/test-reports
retention-days: 7

0 comments on commit d645c0e

Please sign in to comment.