rename tests dependency group

This commit is contained in:
2024-05-20 13:49:56 -06:00
parent 5175631799
commit 620b307df6
3 changed files with 3 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ COPY --from=builder-base $APP_HOME $APP_HOME
WORKDIR $APP_HOME
RUN --mount=type=cache,target=/root/.cache \
poetry install --with=tests
poetry install --with=test
## prod image