We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2a42b commit 8404ea6Copy full SHA for 8404ea6
.github/workflows/tests.yaml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: XML output
49
run: |
50
- 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
51
52
- name: Upload Test Results
53
uses: actions/upload-artifact@v2
@@ -57,5 +57,5 @@ jobs:
57
58
- uses: anchore/sbom-action@v0
59
with:
60
- path: ./ # Assuming actions/checkout default location
+ path: ./
61
format: cyclonedx-json
0 commit comments