Skip to content

Merge pull request #20 from Buffalo-Ontology-Group/fMRI-terms-3 #45

Merge pull request #20 from Buffalo-Ontology-Group/fMRI-terms-3

Merge pull request #20 from Buffalo-Ontology-Group/fMRI-terms-3 #45

Workflow file for this run

# Workflow for MRIO Testing
name: MRIO Test
on:
push:
pull_request:
jobs:
mrio_test:
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.2.27
steps:
- uses: actions/checkout@v2
- name: Run test
run: |
cd src/ontology && make test