Skip to content

Commit 9ea5b4c

Browse files
authored
Merge pull request #58 from aliyun/master
release-1.1.15
2 parents 159db65 + b688295 commit 9ea5b4c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,17 @@ jobs:
3232
shell: bash
3333
- name: Archive test results
3434
if: always()
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: test-results
38-
path: spec/target/surefire-reports/
38+
path: |
39+
spec/target/surefire-reports/
40+
client/**/target/surefire-reports
41+
- name: Publish Test Results
42+
uses: EnricoMi/publish-unit-test-result-action@v2
43+
if: always()
44+
with:
45+
files: |
46+
test-results/**/*.xml
47+
test-results/**/*.trx
48+
test-results/**/*.json

0 commit comments

Comments
 (0)