Skip to content

Commit e0d5382

Browse files
clean up/ CR
1 parent 669178f commit e0d5382

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
go-version: ${{ matrix.go }}
3333

34+
# go install does not work because it needs credentials
3435
- name: install go2xunit
3536
run: |
3637
git clone https://github.com/tebeka/go2xunit.git
@@ -44,11 +45,11 @@ jobs:
4445
run: |
4546
cd go/src/github.com/Workiva/go-datastructures
4647
go test ./... | tee ${{github.workspace}}/go-test.txt
47-
cd ${{github.workspace}}
48-
mkdir artifacts
4948
5049
- name: XML output
5150
run: |
51+
cd ${{github.workspace}}
52+
mkdir artifacts
5253
go2xunit -input ./go-test.txt -output ./artifacts/tests_go_version-${{ matrix.go }}.xml
5354
5455
- name: Upload Test Results

0 commit comments

Comments
 (0)