From 23e17ee662b8e47c284227de714dbfa7091b4df3 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Sat, 4 Feb 2023 02:19:49 -0600 Subject: [PATCH] Exclude mbgl-test-runner from ctest, this is an external project --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 190d3e03..8dd33357 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,4 +102,4 @@ jobs: - name: Test Supercell Wx working-directory: ${{ github.workspace }}/build - run: ctest -C ${{ matrix.build_type }} + run: ctest -C ${{ matrix.build_type }} --exclude-regex mbgl-test-runner