From 8404ea66461ca0186281f592253d117311ff113e Mon Sep 17 00:00:00 2001 From: Simeon Steward Date: Thu, 21 Mar 2024 13:20:30 -0500 Subject: [PATCH] ./go-test.txt --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5a21d70..a607184 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 @@ -57,5 +57,5 @@ jobs: - uses: anchore/sbom-action@v0 with: - path: ./ # Assuming actions/checkout default location + path: ./ format: cyclonedx-json