Skip to content

Commit 8404ea6

Browse files
./go-test.txt
1 parent 5b2a42b commit 8404ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: XML output
4949
run: |
50-
go2xunit -input go-test.txt -output /artifacts/tests_go_version-${{ matrix.go }}.xml
50+
go2xunit -input ./go-test.txt -output /artifacts/tests_go_version-${{ matrix.go }}.xml
5151
5252
- name: Upload Test Results
5353
uses: actions/upload-artifact@v2
@@ -57,5 +57,5 @@ jobs:
5757

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

0 commit comments

Comments
 (0)