Skip to content

Commit

Permalink
Run blazegraph before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arcangelo7 committed Mar 14, 2024
1 parent 7fa646c commit 1b1252e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
run: |
pip3 install poetry
poetry install
- name: Run Blazegraph
run: |
wget https://github.com/blazegraph/database/releases/download/BLAZEGRAPH_2_1_6_RC/blazegraph.jar
java -server -jar blazegraph.jar &
python3 -c 'import time; time.sleep(15)'
- name: Check the overage
run: |
poetry run coverage run --rcfile=oc_ocdm/test/coverage/.coveragerc
Expand Down

0 comments on commit 1b1252e

Please sign in to comment.