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 8404ea6 commit a03a95cCopy full SHA for a03a95c
.github/workflows/tests.yaml
@@ -43,11 +43,11 @@ jobs:
43
timeout-minutes: 10
44
run: |
45
cd go/src/github.com/Workiva/go-datastructures
46
- go test ./... | tee go-test.txt
+ go test ./... | tee ${{github.workspace}}/go-test.txt
47
48
- name: XML output
49
50
- go2xunit -input ./go-test.txt -output /artifacts/tests_go_version-${{ matrix.go }}.xml
+ go2xunit -input ${{github.workspace}}/go-test.txt -output /artifacts/tests_go_version-${{ matrix.go }}.xml
51
52
- name: Upload Test Results
53
uses: actions/upload-artifact@v2
0 commit comments