Apply suggestions from code review

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
Yuri Norwood 2022-11-03 09:51:49 +13:00 committed by GitHub
parent 6246a6ea8b
commit 5b56c00cec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu', 'macos', 'windows']
os: ['ubuntu', 'macos'] # TODO: add windows
name: on ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
@ -25,7 +25,7 @@ jobs:
- name: Install gotestfmt
uses: ./
with:
token: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run gotestfmt
working-directory: testdata