Skip to content

Commit

Permalink
switch to ls -R
Browse files Browse the repository at this point in the history
wusatosi committed Dec 5, 2024

Verified

This commit was signed with the committer’s verified signature.
wusatosi River
1 parent bf93c01 commit 4454205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
@@ -124,15 +124,15 @@ jobs:
cmake --build build --config Release --verbose
cmake --build build --config Release --target all_verify_interface_header_sets
cmake --install build --config Release --prefix ${{ runner.temp }}/beman.exemplar
tree ${{ runner.temp }}/beman.exemplar
ls -l -R ${{ runner.temp }}/beman.exemplar
- name: Test Release
run: ctest --test-dir build --build-config Release
- name: Build Debug
run: |
cmake --build build --config Debug --verbose
cmake --build build --config Debug --target all_verify_interface_header_sets
cmake --install build --config Debug --prefix ${{ runner.temp }}/beman.exemplar
tree ${{ runner.temp }}/beman.exemplar
ls -l -R ${{ runner.temp }}/beman.exemplar
- name: Test Debug
run: ctest --test-dir build --build-config Debug

0 comments on commit 4454205

Please sign in to comment.