Skip to content

Commit

Permalink
Tray a different test
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Dec 2, 2024
1 parent 1d37812 commit 4a7d5ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,9 @@ jobs:
copy /v /b src\lib\${{ matrix.dll }} /b test\unit\cli
copy /v /b src\lib\${{ matrix.dll }} /b test\unit\lib
working-directory: ${{ runner.temp }}/release
- name: Test StatusService 0
if: matrix.arch != 'arm64' && matrix.toolchain != 'msvc'
run: 'D:\a\_temp\coverage\test\unit\lib\testAbstractPokitService 2>&1'
- name: Test StatusService 3
if: matrix.arch != 'arm64' && matrix.toolchain != 'msvc'
run: 'D:\a\_temp\coverage\test\unit\lib\testStatusService.exe 2>&1'
Expand Down

0 comments on commit 4a7d5ce

Please sign in to comment.