File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ SYMFONY_DOCS_SECRET=''
77SYMFONY_SECRET = ' '
88
99BOT_USERNAME = ' carsonbot-test'
10+ GITHUB_TOKEN = CHANGE_ME
Original file line number Diff line number Diff line change @@ -43,11 +43,10 @@ jobs:
4343 composer install --no-interaction --optimize-autoloader
4444 ./vendor/bin/simple-phpunit install
4545
46- - name : Run tests
47- env :
48- GITHUB_TOKEN : ${{ secrets.CARSONTEST_GITHUB_TOKEN }}
46+ - name : Setup database
4947 run : |
50- if [ ! -z $GITHUB_TOKEN ]; then
51- ./vendor/bin/simple-phpunit --testsuite Functional
52- fi
53- ./vendor/bin/simple-phpunit --testsuite Unit
48+ bin/console doctrine:database:create
49+ bin/console doctrine:schema:create
50+
51+ - name : Run tests
52+ run : ./vendor/bin/simple-phpunit
Original file line number Diff line number Diff line change 11framework :
2- lock : ' %env(DATABASE_URL)%'
2+ lock : ' %env(resolve: DATABASE_URL)%'
You can’t perform that action at this time.
0 commit comments