Skip to content

Update micm interface #33

Update micm interface

Update micm interface #33

Workflow file for this run

name: build
on:
push:
pull_request:
types: [opened, reopened]
jobs:
test_micm_api:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: build Docker image
run: docker build -t musica -f test/docker/Dockerfile.musica .
- name: run tests in container
run: docker run --name test-container -t musica bash -c 'ctest'