Skip to content

Commit 8771ada

Browse files
committed
fix to get the test running
1 parent 2b8340d commit 8771ada

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/windows-standard.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ jobs:
4949
run: >
5050
cmake --build ${{ steps.strings.outputs.build-output-dir }} --target install --config ${{ matrix.build_type }}
5151
- name: Test
52+
working-directory: ${{ steps.strings.outputs.build-output-dir }}
5253
run: |
53-
ctest -C ${{ matrix.build_type }}
54+
ctest -C ${{ matrix.build_type }} --test-dir ${{ steps.strings.outputs.build-output-dir }} --output-on-failure
5455
env:
5556
CTEST_OUTPUT_ON_FAILURE: 1
5657
VIRTUAL_ENV: VM
5758
- name: Inspector
58-
run: ${{ github.workspace }}/install/lccinspector.exe
59-
- name: On Failure print logs
60-
if: ${{ failure() }}
6159
run: |
62-
type $env:temp/open-license.log
60+
dir ${{ github.workspace }}\install
61+
dir ${{ github.workspace }}\install
62+
${{ github.workspace }}\install\lccinspector.exe
6363
6464

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ build/*
2929
!build/.gitkeep
3030
/CMakeSettings.json
3131
out
32-
32+
/install
3333
/scripts/boost.exe

0 commit comments

Comments
 (0)