Skip to content

Commit

Permalink
try installing package a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamack committed Sep 26, 2024
1 parent 0ec62b4 commit 9fd7a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: kubectl get nodes

- name: Install go junit reporting
run: make go-junit-report
run: go install github.com/jstemmer/go-junit-report/v2@latest

- name: Run receptor tests
run: PATH="${PWD}:${PATH}" go test -v 2>&1 ./... | go-junit-report -set-exit-code > report.xml
Expand Down

0 comments on commit 9fd7a3d

Please sign in to comment.