From 65f1c650050d78e4e28ecd06daf5e2999e8e21d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 11 Nov 2019 18:04:21 +0000 Subject: [PATCH] CI: temporarily disable on windows --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fcaf6bc..6689f10 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,9 @@ jobs: strategy: matrix: go-version: [1.12.9, 1.13] - platform: [ubuntu-latest, macos-latest, windows-latest] + # platform: [ubuntu-latest, macos-latest, windows-latest] + # TODO: reenable windows once %LocalAppData% is set + platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: - name: Install Go