Skip to content

Commit 53f4b0b

Browse files
committed
update packages
1 parent 451eac8 commit 53f4b0b

File tree

2 files changed

+99
-89
lines changed

2 files changed

+99
-89
lines changed

Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
default: install lint build tests
1+
default: install lint build test
22

33
# down all app containers
44
down:
@@ -9,7 +9,7 @@ sh:
99
docker compose run --service-ports application bash
1010

1111
# run pytest with arguments
12-
tests *args: down && down
12+
test *args: down && down
1313
docker compose run application sh -c "sleep 1 && uv run alembic downgrade base && uv run alembic upgrade head && uv run pytest {{ args }}"
1414

1515
# create alembic migration with arguments

0 commit comments

Comments
 (0)