Skip to content

Commit

Permalink
GH-55 # Force tranco initialisation in E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-C committed Apr 21, 2024
1 parent 008020e commit 4bd7a2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ services:
environment:
- ROCKET_SENTRY_DSN=123 # this way sentry is disabled but do not crash
- ALEXA_TOP1M_RAW_DATA_PATH=/alexa_top1M.csv
- FORCE_TRANCO_TOP1M_RAW_DATA_PATH=/tranco_top1M.csv
volumes:
- ./tests/fixtures_data/alexa_top1M.csv:/alexa_top1M.csv
- ./tests/fixtures_data/tranco_top1M.csv:/tranco_top1M.csv
depends_on:
- redis

Expand Down

0 comments on commit 4bd7a2d

Please sign in to comment.