From 76fcc825600847824bd36d18e471bd379df8e52a Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Thu, 10 Dec 2020 20:53:55 +0100 Subject: [PATCH] Disable quick tests for windows-2016 --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3a1f7e8651..d4171b78d2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -37,6 +37,7 @@ jobs: cd c:/project 7z a dealii-windows.zip * - name: test library + if: matrix.os != 'windows-2016' #TODO: For windows-2016 this step does not terminate (12.12.2020) shell: bash run: | cmake --build build --target test -- -m -- 2.39.5