Skip to content

Commit

Permalink
代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
smthing committed Aug 31, 2024
1 parent f050680 commit 75108c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ jobs:
- name: 执行 TCK 测试
run: mvn -B surefire-report:report --file tck/pom.xml

- name: 查看目录
run: ls -lh tck/target/

- name: 上传TCK报告
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always() # 确保即使有失败的测试也会上传报告
with:
name: test-report
Expand Down

0 comments on commit 75108c6

Please sign in to comment.