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 3b83b29 commit 803b44bCopy full SHA for 803b44b
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Run SmokeTests
30
uses: matlab-actions/run-command@v1
31
with:
32
- command: openProject(pwd); results = runtests(fullfile("SoftwareTests","SmokeTests.m")); assertSuccess(results);
+ command: openProject(pwd); setenv('EDITOR','emacs'); results = runtests(fullfile("SoftwareTests","SmokeTests.m")); assertSuccess(results);
33
34
# Run FunctionTests
35
- name: Run FunctionTests
@@ -82,4 +82,4 @@ jobs:
82
git config user.email "<>"
83
git commit Images/TestedWith.json -m "Update CI badges ${{ github.ref_name }}"
84
git fetch
85
- git push
+ git push
0 commit comments