Skip to content

Commit aa0e10e

Browse files
add command test
1 parent 853d994 commit aa0e10e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ init-db:
1414
docker-compose -f docker-compose.yaml run --rm php-cli vendor/bin/doctrine orm:schema-tool:create
1515
clear-cache:
1616
docker-compose -f docker-compose.yaml run --rm php-cli vendor/bin/doctrine orm:clear-cache:metadata && \
17-
docker-compose -f docker-compose.yaml run --rm php-cli vendor/bin/doctrine orm:clear-cache:query
17+
docker-compose -f docker-compose.yaml run --rm php-cli vendor/bin/doctrine orm:clear-cache:query
18+
test-functional:
19+
docker-compose -f docker-compose.yaml run --rm php-cli vendor/bin/codecept run functional $(DIR)

0 commit comments

Comments
 (0)