Skip to content

Commit

Permalink
fix: docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Sep 4, 2024
1 parent 70ee67e commit aab8732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def e2e_tests(session: Session) -> None:
try:
session.run(
"docker",
"compose"
"compose",
"up",
"--detach",
"--build",
Expand All @@ -123,7 +123,7 @@ def e2e_tests(session: Session) -> None:
finally:
session.run(
"docker",
"compose"
"compose",
"down",
)

Expand Down

0 comments on commit aab8732

Please sign in to comment.