Skip to content

MOxUnit

MOxUnit #84

Workflow file for this run

name: 'MOxUnit'
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # Every Sunday at midnight
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: joergbrech/moxunit-action@master
with:
tests: matlab/test
src: matlab