Skip to content

Commit

Permalink
${{github.workspace}}
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonsteward-wk committed Mar 21, 2024
1 parent 8404ea6 commit a03a95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
timeout-minutes: 10
run: |
cd go/src/github.com/Workiva/go-datastructures
go test ./... | tee go-test.txt
go test ./... | tee ${{github.workspace}}/go-test.txt
- name: XML output
run: |
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
- name: Upload Test Results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit a03a95c

Please sign in to comment.