mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 22:39:06 +02:00
update artifact upload trigger
This commit is contained in:
5
.github/workflows/go_test.yml
vendored
5
.github/workflows/go_test.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user