Skip to content

Commit c30b004

Browse files
committed
Upgrade test-summary action
1 parent 6eafe96 commit c30b004

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
3737
- name: Test Summary
38-
uses: test-summary/action@v1
38+
uses: test-summary/action@v2
3939
with:
4040
paths: |
4141
${{ github.workspace }}/report.xml
@@ -69,7 +69,7 @@ jobs:
6969
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"
7070
7171
- name: Test Summary
72-
uses: test-summary/action@v1
72+
uses: test-summary/action@v2
7373
with:
7474
paths: |
7575
${{ github.workspace }}/report.xml
@@ -95,7 +95,7 @@ jobs:
9595
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"
9696
9797
- name: Test Summary
98-
uses: test-summary/action@v1
98+
uses: test-summary/action@v2
9999
with:
100100
paths: |
101101
${{ github.workspace }}/report.xml
@@ -124,7 +124,7 @@ jobs:
124124
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"
125125
126126
- name: Test Summary
127-
uses: test-summary/action@v1
127+
uses: test-summary/action@v2
128128
with:
129129
paths: |
130130
${{ github.workspace }}/report.xml

0 commit comments

Comments
 (0)