Skip to content

Commit 914bc13

Browse files
committed
chore: update CI workflow to build tests from the correct directory
1 parent ea6d8b5 commit 914bc13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
shell: bash
6161
run: |
6262
if [ "$RUNNER_OS" == "Windows" ]; then
63-
cmake --build ./cmake-build-release/tests --target QtCMake_tests || echo "Built with errors"
63+
cmake --build ./cmake-build-release --target QtCMake_tests || echo "Built with errors"
6464
else
65-
cmake --build ./cmake-build-release/tests --target QtCMake_tests
65+
cmake --build ./cmake-build-release --target QtCMake_tests
6666
fi
6767
- name: Run tests
6868
shell: bash

0 commit comments

Comments
 (0)