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 58780bb commit edaf4b3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,20 @@ jobs:
cd ${SSCDIR}/build
cmake .. -DSAM_SKIP_TOOLS=1
cmake --build . --config Release -j4
test/Release/Test.exe
ls test/Release
- name: Test
shell: bash
# Turn off fast fail for when the landbosse tests write to cerr
run: |
ls ${SSCDIR}/build/test/Release
cd ${SSCDIR}/build/test/Release
- name: Test
shell: bash
# Turn off fast fail for when the landbosse tests write to cerr
run: |
cd ${SSCDIR}/build/test/Release/Test.exe
- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit edaf4b3

Please sign in to comment.