Skip to content

Commit

Permalink
Fix test report failure
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Teoh <[email protected]>
  • Loading branch information
Albert Teoh committed Dec 30, 2023
1 parent 2aac566 commit 7a8e42d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -513,11 +513,6 @@ test-ci: build-examples cover

.PHONY: test-report
test-report:
echo "go path: " && which $(GO) && \
echo "path: $$PATH" && \
echo "gopath: $$GOPATH" && \
echo "contents of goroot: " && ls -al /home/runner/sdk/gotip/bin/ && \
echo "contents of original goroot: " && ls -al /home/runner/go/bin/ && \
cat test-results.json | go-junit-report -parser gojson > junit-report.xml

.PHONY: thrift
Expand Down

0 comments on commit 7a8e42d

Please sign in to comment.