Skip to content

Bump matlab-actions/run-tests from 1 to 2 #105

Bump matlab-actions/run-tests from 1 to 2

Bump matlab-actions/run-tests from 1 to 2 #105

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build (${{ matrix.os }})
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest] # not working: [macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: matlab-actions/setup-matlab@v2
- uses: matlab-actions/run-command@v1
with:
command: make_scs
- name: Test
uses: matlab-actions/run-tests@v2
with:
source-folder: ./
select-by-folder: test