From d4211285a8ae98498cf7cbe509d3b4c8db375436 Mon Sep 17 00:00:00 2001 From: Andy Ford Date: Mon, 7 Aug 2023 17:38:27 +0100 Subject: [PATCH] build: remove extra commands --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f037a91..dd0b8b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,12 +46,7 @@ jobs: - name: Run Tests working-directory: build - run: | - cd test - dir - cd .. - dir - ctest -C Release --output-on-failure --no-tests=error + run: ctest -C Release --output-on-failure --no-tests=error format: name: Format