Skip to content

SKREAMS-4484 Complete transition to GHA #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Mar 22, 2024
Merged
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
Loading