Skip to content

Commit

Permalink
on crée bien le dossier temporaire lors des tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agallou committed Feb 25, 2024
1 parent 301c015 commit 486e33a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test:
./bin/php-cs-fixer fix --dry-run -vv


test-functional: data config htdocs/uploads
test-functional: data config htdocs/uploads tmp
CURRENT_UID=$(CURRENT_UID) $(DOCKER_COMPOSE_BIN) stop dbtest apachephptest planetetest mailcatcher
CURRENT_UID=$(CURRENT_UID) $(DOCKER_COMPOSE_BIN) up -d dbtest apachephptest planetetest mailcatcher
CURRENT_UID=$(CURRENT_UID) $(DOCKER_COMPOSE_BIN) run --no-deps --rm cliphp ./bin/behat
Expand All @@ -80,6 +80,9 @@ data:
htdocs/uploads:
mkdir htdocs/uploads

tmp:
mkdir -p tmp

hooks: .git/hooks/pre-commit .git/hooks/post-checkout

.git/hooks/pre-commit: Makefile
Expand Down

0 comments on commit 486e33a

Please sign in to comment.