File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
36
36
37
37
- name : Test Summary
38
- uses : test-summary/action@v1
38
+ uses : test-summary/action@v2
39
39
with :
40
40
paths : |
41
41
${{ github.workspace }}/report.xml
69
69
go test -timeout 120s -race -count 1 -v github.com/cschleiden/go-workflows/backend/redis 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml"
70
70
71
71
- name : Test Summary
72
- uses : test-summary/action@v1
72
+ uses : test-summary/action@v2
73
73
with :
74
74
paths : |
75
75
${{ github.workspace }}/report.xml
95
95
go test -timeout 120s -race -count 1 -v github.com/cschleiden/go-workflows/backend/sqlite 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml"
96
96
97
97
- name : Test Summary
98
- uses : test-summary/action@v1
98
+ uses : test-summary/action@v2
99
99
with :
100
100
paths : |
101
101
${{ github.workspace }}/report.xml
@@ -124,7 +124,7 @@ jobs:
124
124
go test -timeout 120s -race -count 1 -v github.com/cschleiden/go-workflows/backend/mysql 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml"
125
125
126
126
- name : Test Summary
127
- uses : test-summary/action@v1
127
+ uses : test-summary/action@v2
128
128
with :
129
129
paths : |
130
130
${{ github.workspace }}/report.xml
You can’t perform that action at this time.
0 commit comments