Skip to content

Commit

Permalink
clean up/ CR
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonsteward-wk committed Mar 22, 2024
1 parent 669178f commit e0d5382
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
go-version: ${{ matrix.go }}

# go install does not work because it needs credentials
- name: install go2xunit
run: |
git clone https://github.com/tebeka/go2xunit.git
Expand All @@ -44,11 +45,11 @@ jobs:
run: |
cd go/src/github.com/Workiva/go-datastructures
go test ./... | tee ${{github.workspace}}/go-test.txt
cd ${{github.workspace}}
mkdir artifacts
- name: XML output
run: |
cd ${{github.workspace}}
mkdir artifacts
go2xunit -input ./go-test.txt -output ./artifacts/tests_go_version-${{ matrix.go }}.xml
- name: Upload Test Results
Expand Down

0 comments on commit e0d5382

Please sign in to comment.