We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59a837 commit 5e9f20cCopy full SHA for 5e9f20c
1 file changed
.github/workflows/client.yml
@@ -25,23 +25,11 @@ jobs:
25
- name: Build Go
26
run: go build ./...
27
28
- - name: Create test results directory
29
- run: mkdir test-results
30
-
31
- name: Install gotestsum
32
run: go get gotest.tools/gotestsum
33
34
- 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
+ run: gotestsum
45
46
client-scan:
47
runs-on: ubuntu-latest
0 commit comments