Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vboutrou authored Jan 5, 2024
1 parent c9da87e commit bab6676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,18 @@ jobs:
# Run all the tests
- name: Run SmokeTests
uses: matlab-actions/run-command@v1
continue-on-error: true
with:
command: openProject(pwd); RunAllTests;

# Upload the test results as artifact
- name: Upload TestResults
if: always()
uses: actions/[email protected]
with:
name: TestResults
path: ./SoftwareTests/TestResults_${{ matrix.MATLABVersion }}.txt


CreateBadge:
if: ${{ always() }}
needs: [RunTests]
Expand Down

0 comments on commit bab6676

Please sign in to comment.