Merge pull request #25 from jorgepz/add_armadillo #199
This file contains hidden or 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
# This is a basic workflow to help you get started with Actions | |
name: moxunit_mySimpleTests | |
# Controls when the action will run. | |
on: [push, pull_request] | |
jobs: | |
simple_test: | |
# The type of runner that the job will run on | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: joergbrech/[email protected] | |
with: | |
tests: mySimpleTest1.m |