From 75108c671933d47cb0204d0a5577e5aa72e67c07 Mon Sep 17 00:00:00 2001 From: zhengjw22 Date: Sat, 31 Aug 2024 10:17:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tck.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tck.yml b/.github/workflows/tck.yml index 09a5beb..61b41b7 100644 --- a/.github/workflows/tck.yml +++ b/.github/workflows/tck.yml @@ -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