From c18b3b04aa22a401b35eee04d8a0ac66d0be04fb Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Mon, 25 Mar 2024 13:26:25 +0700 Subject: [PATCH] ci: simplify steps in `test-action-with-specified-dirs` job --- .github/workflows/test.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 90a5588..7890da3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -101,14 +101,10 @@ jobs: source-dir: cmake-action/test build-dir: output - - name: Default Build Directory Should Not Exist - shell: bash - run: test ! -e build && test ! -e cmake-action/test/build - - name: Test Project uses: threeal/ctest-action@v1.0.0 with: - test-dir: ${{ steps.cmake-action.outputs.build-dir }} + test-dir: output tests-regex: hello_world test-action-without-run-build: