Skip to content

Commit

Permalink
Create setup_matlab.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
debymf authored Oct 9, 2023
1 parent b270c1a commit 95ed0b1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/setup_matlab.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Run MATLAB Tests on GitHub-Hosted Runner
on: [push]
jobs:
my-job:
name: Run MATLAB Tests and Generate Artifacts
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
- name: Run tests and generate artifacts
uses: matlab-actions/run-tests@v1
with:
test-results-junit: test-results/results.xml
code-coverage-cobertura: code-coverage/coverage.xml

0 comments on commit 95ed0b1

Please sign in to comment.