Skip to content

Commit

Permalink
See which one worked
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Dec 2, 2024
1 parent 2c63ef9 commit 284ef40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -577,10 +577,15 @@ jobs:
if: matrix.arch != 'arm64' && matrix.toolchain != 'msvc'
shell: bash
run: |
echo A
/d/a/_temp/coverage/test/unit/lib/testStatusService.exe || true
echo B
/d/a/_temp/coverage/test/unit/lib/testStatusService.exe >&2 || true
echo C
/d/a/_temp/coverage/test/unit/lib/testStatusService.exe 2>&1 || true
echo D
/d/a/_temp/coverage/test/unit/lib/testStatusService.exe -o foo,txt || true
echo E
cat foo
- name: Test StatusService 3
if: matrix.arch != 'arm64' && matrix.toolchain != 'msvc'
Expand Down

0 comments on commit 284ef40

Please sign in to comment.