Skip to content

Commit

Permalink
Updated unit test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sahalali committed Oct 1, 2024
1 parent de14b94 commit bbaf437
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-test-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
- name: Create index
run: |
for file in ./src/sparql/index/*.sparql; do
echo "Running query from file: $file"
curl -X POST -H "Content-Type: text/plain" -d @"$file" "http://127.0.0.1:7200/rest/connectors/check"
curl -X POST -H "Content-Type: application/sparql-update" --data-binary @"$file" "http://localhost:7200/repositories/artsdata/statements"
done
- name: Update env to point to local graphdb
Expand Down

0 comments on commit bbaf437

Please sign in to comment.