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=''
7
7
SYMFONY_SECRET = ' '
8
8
9
9
BOT_USERNAME = ' carsonbot-test'
10
+ GITHUB_TOKEN = CHANGE_ME
Original file line number Diff line number Diff line change @@ -43,11 +43,10 @@ jobs:
43
43
composer install --no-interaction --optimize-autoloader
44
44
./vendor/bin/simple-phpunit install
45
45
46
- - name : Run tests
47
- env :
48
- GITHUB_TOKEN : ${{ secrets.CARSONTEST_GITHUB_TOKEN }}
46
+ - name : Setup database
49
47
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 1
1
framework :
2
- lock : ' %env(DATABASE_URL)%'
2
+ lock : ' %env(resolve: DATABASE_URL)%'
You can’t perform that action at this time.
0 commit comments