Skip to content

Commit a03a95c

Browse files
${{github.workspace}}
1 parent 8404ea6 commit a03a95c

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
@@ -43,11 +43,11 @@ jobs:
4343
timeout-minutes: 10
4444
run: |
4545
cd go/src/github.com/Workiva/go-datastructures
46-
go test ./... | tee go-test.txt
46+
go test ./... | tee ${{github.workspace}}/go-test.txt
4747
4848
- name: XML output
4949
run: |
50-
go2xunit -input ./go-test.txt -output /artifacts/tests_go_version-${{ matrix.go }}.xml
50+
go2xunit -input ${{github.workspace}}/go-test.txt -output /artifacts/tests_go_version-${{ matrix.go }}.xml
5151
5252
- name: Upload Test Results
5353
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)