This commit is contained in:
@ -16,7 +16,7 @@ jobs:
|
||||
- name: Run tests
|
||||
run: go test -json ./... > test-results.json
|
||||
- name: Upload artefacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: test-results
|
||||
path: test-results.json
|
||||
|
||||
Reference in New Issue
Block a user