From 9d3579608fee7fdbda913ae8f99b179f770678d7 Mon Sep 17 00:00:00 2001 From: Angelyr Date: Mon, 13 Nov 2023 16:48:42 -0500 Subject: [PATCH] remove pumi-pic test --- .github/workflows/cmake.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 8e5ae79a..4b80b188 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -212,13 +212,6 @@ jobs: - name: PUMI-PIC Build if: ${{ steps.build-pumi-pic.outputs.cache-hit != 'true' }} run: cmake --build ${{ runner.temp }}/build-pumi-pic -j8 --target install - - - name: PUMI-PIC Test - run: ctest --test-dir ${{ runner.temp }}/build-pumi-pic - - - name: PUMI-PIC Print - if: always() - run: cat ${{ runner.temp }}/build-pumi-pic/Testing/Temporary/LastTest.log # Build PolyMPO