Skip to content

Commit c0e1d0b

Browse files
committed
upload test result as artifact
1 parent 6cdfe02 commit c0e1d0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
- run: make test-env-start
3030
- run: make install-deps
3131
- run: make test
32+
- if: ${{ always() }}
33+
uses: actions/upload-artifact@v3
34+
with:
35+
name: go-test-result
36+
path: |
37+
tests.json
3238
- if: ${{ always() }}
3339
uses: guyarb/[email protected]
3440
with:

0 commit comments

Comments
 (0)