Skip to content

Commit d34d83d

Browse files
committed
fixes
1 parent 35a5d19 commit d34d83d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- name: Run tests
15-
run: docker compose -f local.yml run --rm --remove-orphans app pytest -vv
15+
run: make docker-test
1616

1717
analytics:
1818
runs-on: ubuntu-latest

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ attach: ## follow the logs of the service
3939
docker compose -f local.yml logs -f
4040

4141
docker-test: ## run tests in Docker
42+
mkdir -p assets/data assets/models assets/cookies
4243
docker compose -f local.yml run --remove-orphans app py.test -vv -p no:cacheprovider
4344

4445
stop: ## stop all services defined in Docker Compose

0 commit comments

Comments
 (0)