Skip to content

Commit bd874e9

Browse files
committed
minor #406 app.json "test" script for Heroku CI (dzuelke)
This PR was merged into the master branch. Discussion ---------- app.json "test" script for Heroku CI This allows tests to automatically run in the (currently in beta) Heroku CI service. Commits ------- 1e46fd1 app.json "test" script for Heroku CI
2 parents 5775c54 + 1e46fd1 commit bd874e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"logo": "https://symfony.com/images/v5/pictos/demoapp.svg?v=4",
1111
"success_url": "/",
1212
"scripts": {
13-
"postdeploy": "php bin/console doctrine:schema:create && php bin/console doctrine:fixtures:load -n"
13+
"postdeploy": "php bin/console doctrine:schema:create && php bin/console doctrine:fixtures:load -n",
14+
"test-setup": "php bin/console doctrine:schema:create && php bin/console doctrine:fixtures:load -n",
15+
"test": "phpunit"
1416
},
1517
"env": {
1618
"SYMFONY_ENV": {

0 commit comments

Comments
 (0)