From 5b56c00cec25609ea0bc67bcf69b88a73ee8f1b8 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <106889957+norwd@users.noreply.github.com> Date: Thu, 3 Nov 2022 09:51:49 +1300 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com> --- .github/workflows/selftest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index 8e230eb..2908ed0 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -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