Skip to content

Commit

Permalink
./go-test.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonsteward-wk committed Mar 21, 2024
1 parent 5b2a42b commit 8404ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: XML output
run: |
go2xunit -input go-test.txt -output /artifacts/tests_go_version-${{ matrix.go }}.xml
go2xunit -input ./go-test.txt -output /artifacts/tests_go_version-${{ matrix.go }}.xml
- name: Upload Test Results
uses: actions/upload-artifact@v2
Expand All @@ -57,5 +57,5 @@ jobs:

- uses: anchore/sbom-action@v0
with:
path: ./ # Assuming actions/checkout default location
path: ./
format: cyclonedx-json

0 comments on commit 8404ea6

Please sign in to comment.