From e0de08bf21e2c914a04019a6fc1c270012f8caf8 Mon Sep 17 00:00:00 2001 From: Samuel Herts Date: Mon, 20 May 2024 11:06:08 -0400 Subject: [PATCH] Update CI-CD.yml --- .github/workflows/CI-CD.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index 80a3301..2c5c5be 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -17,10 +17,10 @@ jobs: uses: actions/checkout@v4 - name: Configure CMAKE - run: cmake -S . -B bin/Debug -DCMAKE_BUILD_TYPE=Debug + run: tests/cmake -S . -B bin/Debug -DCMAKE_BUILD_TYPE=Debug - name: Run Make - run: cmake --build bin/Debug --clean-first + run: tests/cmake --build bin/Debug --clean-first - name: Run Tests run: GTest_Run --gtest_color=no