Skip to content

Commit

Permalink
Debugging unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sahalali committed Sep 30, 2024
1 parent c471d84 commit 985c9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
unzip ./test/statements.nq.zip -d ./test/
- name: Run GraphDB
run: docker-compose -f "graph-db/docker-compose.yml" up -d --build
run: docker compose -f "graph-db/docker-compose.yml" up -d --build

- name: Import repository configuration
run: |
Expand Down

0 comments on commit 985c9ba

Please sign in to comment.