Skip to content

Merge branch 'main' of https://github.com/matlab-deep-learning/llms-w… #7

Merge branch 'main' of https://github.com/matlab-deep-learning/llms-w…

Merge branch 'main' of https://github.com/matlab-deep-learning/llms-w… #7

Workflow file for this run

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
source-folder: .