mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-09 01:07:29 +00:00
Remove testing step
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
4254940607
commit
b6606d6d7d
1 changed files with 0 additions and 7 deletions
7
.github/workflows/selftest.yml
vendored
7
.github/workflows/selftest.yml
vendored
|
|
@ -28,13 +28,6 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Run gotestfmt on Windows
|
||||
if: matrix.os == 'windows'
|
||||
shell: pwsh
|
||||
run: |
|
||||
echo "%PATH%"
|
||||
go test -json -v ./... 2>&1 | gotestfmt.exe
|
||||
|
||||
- name: Run gotestfmt
|
||||
working-directory: testdata
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue