Skip to content

Commit

Permalink
Update PythonScriptTest.yml
Browse files Browse the repository at this point in the history
Checking output for valid ttl Validation
  • Loading branch information
DeniseSl22 committed Aug 14, 2023
1 parent ebd822a commit 010a7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/PythonScriptTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Turtle Validator
run: |
npm install -g turtle-validator
ttl Output/RDF_Kin_Data_2022-Dec.ttl
ttl Output/RDF_Kin_Data_2022-Dec.ttl > validationLog2022-Dec.txt
FILENAME=validationLog2022-Dec.txt
if grep -q . "${FILENAME}"; then
Expand Down

0 comments on commit 010a7e4

Please sign in to comment.