Skip to content

Merge pull request #21 from TEOS-10/dependabot/github_actions/actions… #5

Merge pull request #21 from TEOS-10/dependabot/github_actions/actions…

Merge pull request #21 from TEOS-10/dependabot/github_actions/actions… #5

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
my-job:
name: Run MATLAB Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: matlab-actions/setup-matlab@v2
- name: Run Tests
uses: matlab-actions/run-command@v2
with:
command: run_checks