Skip to content

Commit

Permalink
Remove go matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Mar 28, 2020
1 parent 9881498 commit cbc5449
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ jobs:
- name: submodules-init
uses: snickerbockers/submodules-init@v4
- name: make only-test-go-files
run: make only-test-go-files EXTERNAL_DEPENDENCIES=1
run: |
# remove the go matcher, cf https://github.com/actions/setup-go/issues/46
echo "::remove-matcher owner=go::"
make only-test-go-files EXTERNAL_DEPENDENCIES=1

0 comments on commit cbc5449

Please sign in to comment.