This action enables you to set up a stable environment for running test cases for ontology testing based on the eXtreme Design ontology modelling methodology. It prepares an environment by firstly setting up Java Temurin 17 and then downloading the latest version of OWLUnit jar which has been developed to run unit tests for ontologies defined according to the OWLUnit Ontology.
Add the following entry to your Github workflow YAML file:
steps:
- name: XDTesting Setup Environment
uses: FiorelaCiroku/XDTesting-SetupEnvironment@v1.0.0