From ba7f8a77f54a736d0d4bf7eac718e0be55d9c64f Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Mon, 7 Nov 2022 13:13:16 -0800 Subject: [PATCH] Disable UTs for Windows while stablizing it Signed-off-by: Chang Liu --- .github/workflows/unit-test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 63c5feb57..d80034b67 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -8,14 +8,10 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest , windows-latest, macos-latest ] + os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: - - name: Enable longer filenames - if: ${{ matrix.os == 'windows-latest' }} - run: git config --system core.longpaths true - - uses: actions/checkout@v2 - id: install-dashboards