Skip to content

Commit 8761907

Browse files
authored
Return back creating directory for staticfiles on tests (#828)
1 parent 00d43cd commit 8761907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{ cookiecutter.name }}/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ lint-yaml:
4343
fi
4444

4545
test:
46+
@mkdir -p static # be sure dir for static files exists
4647
uv run pytest --dead-fixtures
4748
uv run pytest --create-db --exitfirst --numprocesses ${SIMULTANEOUS_TEST_JOBS}
4849

0 commit comments

Comments
 (0)