update artifact upload trigger

This commit is contained in:
2025-04-18 12:37:15 +02:00
parent ae7589703f
commit 8472085dba

View File

@@ -28,9 +28,10 @@ jobs:
- name: Run tests
run: |
cd ${{ inputs.working-directory }}
go test ./... -json > TestResults.json
go test ./... -json > ../../TestResults.json
- name: Upload Go test results
if: always()
uses: actions/upload-artifact@v4
with:
name: Go-Test-results