allthatsounds is testing LTFAT 🚀 #22
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GitHub Actions Demo | |
run-name: ${{ github.actor }} is testing LTFAT 🚀 | |
on: [push] | |
jobs: | |
testLTFAT: | |
runs-on: macos-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v3 | |
- name: Update submodules | |
run: git submodule update --init | |
- name: Set up MATLAB | |
uses: matlab-actions/setup-matlab@v1 | |
- name: Run tests | |
uses: matlab-actions/run-command@v1 | |
with: | |
command: ltfatruntests |