Skip to content

Commit c0e528a

Browse files
committed
restore junit-report installation
Signed-off-by: Andres Taylor <[email protected]>
1 parent 4414d0a commit c0e528a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
- name: Run Linting
5252
run: make lint
5353

54+
- name: Install go-junit-report
55+
run: go install github.com/jstemmer/go-junit-report@latest
56+
5457
- name: Run Tests and Convert to JUnit
5558
run: go test -v ./... | go-junit-report > report.xml
5659

0 commit comments

Comments
 (0)