Update test.yml #94
Workflow file for this run
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: Test ontology | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- '**.owl' | |
- '**.rdf' | |
- '**.ttl' | |
- '.github/workflows/test.yml' | |
pull_request: | |
branches: | |
- main | |
paths: | |
- '**.owl' | |
- '**.rdf' | |
- '**.ttl' | |
- '.github/workflows/test.yml' | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
container: obolibrary/odklite | |
steps: | |
- uses: actions/checkout@v4 | |
- run: check-rdfxml gfo-light.owl | |
- run: robot reason --input gfo-light.owl | |
# - run: robot report --input gfo-light.owl --profile qc_report/profile.txt |