Skip to content

Commit dbba51b

Browse files
committed
WIP: REMOVE ME
1 parent 67e6611 commit dbba51b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ jobs:
8181
- name: Build
8282
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
8383

84+
- name: Print build directory tree
85+
run: |
86+
Get-ChildItem -Path "${{github.workspace}}\build" -Recurse | Format-List FullName
87+
shell: pwsh
88+
8489
- name: Test
8590
working-directory: ${{github.workspace}}/build
8691
run: .\build\tests\Release\tree-tests.exe

0 commit comments

Comments
 (0)