We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b36f36 commit 0e0986cCopy full SHA for 0e0986c
.github/workflows/ci.yml
@@ -39,17 +39,15 @@ jobs:
39
composer-
40
41
- name: Download dependencies
42
- run: |
43
- composer install --no-interaction --optimize-autoloader
44
- ./vendor/bin/simple-phpunit install
+ run: composer install --no-interaction --optimize-autoloader
45
46
- name: Setup database
47
run: |
48
bin/console doctrine:database:create
49
bin/console doctrine:schema:create
50
51
- name: Run tests
52
- run: ./vendor/bin/simple-phpunit
+ run: ./vendor/bin/phpunit
53
54
- name: Upload log file
55
if: ${{ failure() }}
0 commit comments