Skip to content

Commit

Permalink
build: fiddling with CTest folder
Browse files Browse the repository at this point in the history
  • Loading branch information
malachib committed Dec 7, 2024
1 parent be5677d commit e37de57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.2
with:
submodules: recursive

Expand All @@ -27,4 +27,7 @@ jobs:

- name: Test
uses: threeal/ctest-action@v1.1.0
with:
# DEBT: Grab "build-dir" from above cmake-action
test-dir: ${{env.unit_test_dir}}/build

0 comments on commit e37de57

Please sign in to comment.