We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1756e93 commit fc7e92fCopy full SHA for fc7e92f
.github/workflows/ci.yml
@@ -44,12 +44,12 @@ jobs:
44
# Run all the tests
45
- name: Run SmokeTests
46
uses: matlab-actions/run-command@v2
47
- continue-on-error: true
48
with:
49
command: openProject(pwd); RunAllTests;
50
51
# Upload the test results as artifact
52
- name: Upload TestResults
+ if: ${{ always() }}
53
uses: actions/upload-artifact@v4
54
55
name: TestResults_${{ matrix.MATLABVersion }}
0 commit comments