mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-18 21:51:47 +00:00
Apply suggestions from code review
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
6246a6ea8b
commit
5b56c00cec
1 changed files with 2 additions and 2 deletions
4
.github/workflows/selftest.yml
vendored
4
.github/workflows/selftest.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: ['ubuntu', 'macos', 'windows']
|
os: ['ubuntu', 'macos'] # TODO: add windows
|
||||||
|
|
||||||
name: on ${{ matrix.os }}
|
name: on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}-latest
|
runs-on: ${{ matrix.os }}-latest
|
||||||
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Install gotestfmt
|
- name: Install gotestfmt
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Run gotestfmt
|
- name: Run gotestfmt
|
||||||
working-directory: testdata
|
working-directory: testdata
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue