Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 7, 2024
1 parent 372f954 commit b7a7e30
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -195,10 +195,17 @@ jobs:
cmake .. -DSAM_SKIP_TOOLS=1
cmake --build . --config Release -j4
- name: Test
run: |
& 'D:\a\ssc\ssc\ssc\build\test\Release\Test.exe'
- name: Test
# Turn off fast fail for when the landbosse tests write to cerr
run: |
D:\a\ssc\ssc\ssc\build\test\Release\Test.exe
set -e
ls ${SSCDIR}/build/test/Release
cd ${SSCDIR}/build/test/Release
.\Test.exe
- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b7a7e30

Please sign in to comment.