Skip to content

Commit 74e86d3

Browse files
committed
fix(ci/cd): output folder
1 parent 51f073c commit 74e86d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
2525
- name: Build
2626
run: |
27-
cmake --build build/tests
27+
cmake --build out/build/simulator
2828
2929
- name: Run tests (ctest)
30-
working-directory: build/tests
30+
working-directory: out/build/simulator
3131
run: |
3232
ctest --output-on-failure

0 commit comments

Comments
 (0)