Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

add github actions for quality control #2

@wdduncan

Description

@wdduncan

Github actions can be used to perform quality checks such as running a reasoner or ensuring that every term has a definition. This helps improve the quality of the released ontology.

An example of ecto's QC github action is found here. The main qc being performed by the line:

run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' test IMP=false PAT=true

We use make files (I know ... boo ... hiss) to automate our release, but other approaches are possible. The details of the test can be seen here (if interested).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions