From 6fd3304385556c607e8522bafdfbd0d8c681b668 Mon Sep 17 00:00:00 2001 From: Paul Yushkevich Date: Wed, 2 Oct 2024 19:05:15 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8cea3bef..5e9cc436 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -222,7 +222,7 @@ jobs: ${{ matrix.test_pref }} ctest -D ExperimentalStart ${{ matrix.test_pref }} ctest -D ExperimentalConfigure ${{ matrix.test_pref }} ctest -D ExperimentalBuild - ${{ matrix.test_pref }} ctest -D ExperimentalTest ${{ runner.os == 'Windows' && '| echo "no problem"' || '' }} + ${{ matrix.test_pref }} ctest -D ExperimentalTest ${{ runner.os != 'Windows' && '| echo "no problem"' || '' }} ${{ matrix.test_pref }} ctest -D ExperimentalSubmit # Cache the ITK-SNAP build