Skip to content

Commit

Permalink
action transform testing 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos0000 committed Jul 10, 2023
1 parent ac27e8c commit d55a4d7
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 50,656 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/transform_demo_ontology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
env:
OUTPUT_GLOSSARY_PATH: glossary/
IMPLEMENTATIONS: (demo_ontology)
steps:
- uses: actions/checkout@master
with:
Expand All @@ -29,7 +30,8 @@ jobs:

- name: transform step
run: |
AVAILABLE_IMPLEMENTATIONS=(demo_ontology)
# AVAILABLE_IMPLEMENTATIONS=(demo_ontology)
AVAILABLE_IMPLEMENTATIONS=$IMPLEMENTATIONS
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
do
echo "-------------------${implementation} transform---------------------------------"
Expand Down
11,497 changes: 0 additions & 11,497 deletions implementation/demo_ontology/owl_ontology/demo_ontology_CM-core.rdf

This file was deleted.

5,860 changes: 0 additions & 5,860 deletions implementation/demo_ontology/owl_ontology/demo_ontology_CM-core.ttl

This file was deleted.

8,447 changes: 0 additions & 8,447 deletions implementation/demo_ontology/owl_ontology/demo_ontology_CM-restrictions.rdf

This file was deleted.

Loading

0 comments on commit d55a4d7

Please sign in to comment.