Skip to content

Commit

Permalink
Debugging mapping file issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aravind committed Feb 23, 2024
1 parent 3356531 commit ba3dfa6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/scenepro-entities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Install requirements
id: step-1
run: apk update && apk add curl && apk add util-linux
run: apk update && apk add curl && apk add util-linux && apk add coreutils

- name: Run Onto Refine server
id: step-2
Expand All @@ -30,7 +30,10 @@ jobs:
id: step-4
run: |
curl 'https://raw.githubusercontent.com/culturecreates/artsdata-planet-scenepro/main/ontorefine/mapping.json' >> mapping.json
- name: Cat mapping file
run: |
cat mapping.json
- name: Transform entities in JSON to RDF
id: step-5
Expand Down

0 comments on commit ba3dfa6

Please sign in to comment.