Skip to content

Commit 5e9f20c

Browse files
Remove test result publishing step
1 parent f59a837 commit 5e9f20c

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/client.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,11 @@ jobs:
2525
- name: Build Go
2626
run: go build ./...
2727

28-
- name: Create test results directory
29-
run: mkdir test-results
30-
3128
- name: Install gotestsum
3229
run: go get gotest.tools/gotestsum
3330

3431
- name: Run Go tests
35-
run: gotestsum --junitfile test-results/unit-tests.xml
36-
37-
- name: Publish unit test results
38-
uses: EnricoMi/publish-unit-test-result-action@v1
39-
if: always()
40-
with:
41-
github_token: ${{ secrets.GITHUB_TOKEN }}
42-
files: ./test-results/unit-tests.xml
43-
check_name: Go Test Results # name under which test results will be presented in GitHub (optional)
44-
comment_on_pr: false # turns off commenting on Pull Requests
32+
run: gotestsum
4533

4634
client-scan:
4735
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)