Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcafaro authored Mar 6, 2024
1 parent dcfe6ba commit cba480f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,22 @@ on:
push: {}
jobs:
my-job:
runs-on: ubuntu-latest
runs-on: macos-14
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2
with:
cache: true
- name: Run tests
uses: matlab-actions/run-tests@v2
# - name: Run tests
# uses: matlab-actions/run-tests@v2
# with:
# startup-options: -sd subfolder
# test-results-junit: myresults.xml
# use-parallel: true
- name: Run command
uses: matlab-actions/run-command@v2
with:
startup-options: -sd subfolder
test-results-junit: myresults.xml
use-parallel: true
command: disp('hello world')
- run: ls *

0 comments on commit cba480f

Please sign in to comment.