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 07a98bd commit ee3e396
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -204,13 +204,15 @@ jobs:
cd ${SSCDIR}/build/test/Release
chmod +x Test.exe
ls -lh Test.exe
./Test.exe
# ./Test.exe
- name: Test
shell: bash
# Turn off fast fail for when the landbosse tests write to cerr
run: |
${SSCDIR}/build/test/Release/Test.exe
uses: actions/upload-artifact@v3
with:
name: SSC Test
path: |
${{env.SSCDIR}}/build/test/Release/Test.exe
${{env.SSCDIR}}/build/test/Release/Test.exe
- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ee3e396

Please sign in to comment.