Skip to content

Commit 803b44b

Browse files
authored
Update ci.yml
Try setting editor to emacs
1 parent 3b83b29 commit 803b44b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run SmokeTests
3030
uses: matlab-actions/run-command@v1
3131
with:
32-
command: openProject(pwd); results = runtests(fullfile("SoftwareTests","SmokeTests.m")); assertSuccess(results);
32+
command: openProject(pwd); setenv('EDITOR','emacs'); results = runtests(fullfile("SoftwareTests","SmokeTests.m")); assertSuccess(results);
3333

3434
# Run FunctionTests
3535
- name: Run FunctionTests
@@ -82,4 +82,4 @@ jobs:
8282
git config user.email "<>"
8383
git commit Images/TestedWith.json -m "Update CI badges ${{ github.ref_name }}"
8484
git fetch
85-
git push
85+
git push

0 commit comments

Comments
 (0)