Skip to content

Commit

Permalink
Merge pull request #1421 from dandi/add-dandiapi-cachetable-in-tests
Browse files Browse the repository at this point in the history
Add missing command to `dandi-archive` docker compose fixture
  • Loading branch information
yarikoptic committed Mar 22, 2024
2 parents 23e702e + 8b76c82 commit 94ec361
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dandi/tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,19 @@ def docker_compose_setup() -> Iterator[dict[str, str]]:
env=env,
check=True,
)
run(
[
"docker-compose",
"run",
"--rm",
"django",
"./manage.py",
"createcachetable",
],
cwd=str(LOCAL_DOCKER_DIR),
env=env,
check=True,
)
run(
[
"docker-compose",
Expand Down

0 comments on commit 94ec361

Please sign in to comment.