add iteration of region leafs to step by step #16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: MATLAB Tests | |
# Controls when the action will run. | |
on: [push] | |
jobs: | |
run-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Setup MATLAB | |
uses: matlab-actions/setup-matlab@v1 | |
- name: Run all tests | |
uses: matlab-actions/run-tests@v1 | |
- name: Run walkthrough | |
uses: matlab-actions/run-command@v1 | |
with: | |
command: walkthrough |