Skip to content

Commit

Permalink
cd ../..
Browse files Browse the repository at this point in the history
  • Loading branch information
arcangelo7 committed Oct 25, 2024
1 parent 840a729 commit 216fda7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
run: |
cd virtuoso-opensource/bin
./virtuoso-t &
cd ../..
python3 scripts/wait_for_virtuoso.py
if [ $? -ne 0 ]; then
echo "Errore: Virtuoso non si è avviato correttamente"
exit 1
fi
cd ../..


- name: Check the coverage
run: |
poetry run coverage run --rcfile=test/coverage/.coveragerc
Expand Down
2 changes: 0 additions & 2 deletions test/fix_provenance_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ def test_fix_provenance_file(self):
with zf.open('se.json') as f:
fixed_data = json.loads(f.read())

print(json.dumps(fixed_data, indent=4))

graph_data = fixed_data[0]['@graph']
snapshot_ids = {item['@id'] for item in graph_data}
expected_ids = {
Expand Down

0 comments on commit 216fda7

Please sign in to comment.