Skip to content

Commit 0e0986c

Browse files
committed
Run tests on CI
1 parent 3b36f36 commit 0e0986c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,15 @@ jobs:
3939
composer-
4040
4141
- name: Download dependencies
42-
run: |
43-
composer install --no-interaction --optimize-autoloader
44-
./vendor/bin/simple-phpunit install
42+
run: composer install --no-interaction --optimize-autoloader
4543

4644
- name: Setup database
4745
run: |
4846
bin/console doctrine:database:create
4947
bin/console doctrine:schema:create
5048
5149
- name: Run tests
52-
run: ./vendor/bin/simple-phpunit
50+
run: ./vendor/bin/phpunit
5351

5452
- name: Upload log file
5553
if: ${{ failure() }}

0 commit comments

Comments
 (0)