Skip to content

Commit

Permalink
ci: correct directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
Me-Phew committed Nov 14, 2024
1 parent ac58b3e commit 63593ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: cmake --preset linux-release && cmake --build --preset linux-release-build

- name: Run tests
run: cd ./build/linux-release/${{ env.PROJECT_NAME }} && ctest -C Debug -T test --output-on-failure
run: cd ./build/linux-release && ctest -C Debug -T test --output-on-failure

- name: Compile project for Windows using CMake
run: cmake --preset windows-release && cmake --build --preset windows-release-build
Expand Down

0 comments on commit 63593ec

Please sign in to comment.