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 14a10ec commit b95e03cCopy full SHA for b95e03c
.github/workflows/ci.yml
@@ -51,6 +51,7 @@ jobs:
51
# Run all the tests
52
- name: Run SmokeTests
53
uses: matlab-actions/run-command@v2
54
+ timeout-minutes: 10
55
with:
56
command: openProject(pwd); RunAllTests;
57
0 commit comments