Skip to content

Commit 4228cfb

Browse files
committed
Remove unsupported action on Windows
1 parent f49875a commit 4228cfb

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,3 @@ jobs:
5151
uses: actions/checkout@v2
5252
- name: Test
5353
run: go test -v ./...
54-
- name: Publish Test Results
55-
uses: EnricoMi/publish-unit-test-result-action@master
56-
with:
57-
github_token: ${{ secrets.GITHUB_TOKEN }}
58-
check_name: Test Results on Windows
59-
comment_title: Test Statistics
60-
hide_comments: all but latest
61-
comment_on_pr: true
62-
files: dist/test-results-${{ env.UNAME }}.xml
63-
report_individual_runs: true
64-
deduplicate_classes_by_file_name: false

0 commit comments

Comments
 (0)