Skip to content

Commit

Permalink
💚 (make) Fix data build for github test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Jul 26, 2024
1 parent a49eb0c commit b1fde33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ followthemoney.store:
poetry run ftmq --store-dataset ec_meetings -i ./tests/fixtures/ec_meetings.ftm.json -o $(FTM_STORE_URI)
poetry run ftmq --store-dataset eu_authorities -i ./tests/fixtures/eu_authorities.ftm.json -o $(FTM_STORE_URI)
poetry run ftmq --store-dataset gdho -i ./tests/fixtures/gdho.ftm.json -o $(FTM_STORE_URI)
cat ./tests/fixtures/*.ftm.json | ftmqs transform | ftmqs --uri $(FTM_STORE_URI) index
cat ./tests/fixtures/*.ftm.json | poetry run ftmqs transform | poetry run ftmqs --uri $(FTM_STORE_URI) index

test: followthemoney.store
poetry run pytest -s --cov=ftmstore_fastapi --cov-report lcov -v
Expand Down

0 comments on commit b1fde33

Please sign in to comment.