Merge pull request #362 from gergelytakacs/Sampling_UNO_R4 #472
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: Build (MATLAB) | |
on: [push] | |
jobs: | |
my-job: | |
name: Run MATLAB Tests and Generate Artifacts | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
- name: Install MATLAB | |
uses: matlab-actions/[email protected] | |
with: | |
release: R2021a | |
- name: Run script | |
uses: matlab-actions/[email protected] | |
with: | |
command: build_matlab |