From 36b0695cbbd934540831c5ccf7ace0d1fc3de171 Mon Sep 17 00:00:00 2001 From: Aleksey Dobrunov Date: Thu, 17 Oct 2024 23:46:11 +0500 Subject: [PATCH] ci: change workdir for test --- .github/workflows/colorer_ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/colorer_ci.yml b/.github/workflows/colorer_ci.yml index 7de4c54..711b5fe 100644 --- a/.github/workflows/colorer_ci.yml +++ b/.github/workflows/colorer_ci.yml @@ -70,6 +70,7 @@ jobs: run: cmake --build _build --config $BUILD_TYPE -j ${{ steps.cpu-cores.outputs.count }} - name: Test + working-directory: ./tests/unit run: ./_build/tests/unit/unit_tests windows-vc: @@ -150,6 +151,7 @@ jobs: - name: Test shell: bash + working-directory: ./tests/unit run: ./_build/tests/unit/unit_tests.exe macos-clang: @@ -191,4 +193,5 @@ jobs: run: cmake --build _build --config $BUILD_TYPE -j$(getconf _NPROCESSORS_ONLN) - name: Test + working-directory: ./tests/unit run: ./_build/tests/unit/unit_tests