1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 09:54:03 +00:00

fix CI tests

This commit is contained in:
Samuel Štancl 2021-05-24 11:12:11 +02:00
parent 18b8101cd0
commit 0c0cf1ef5a

View file

@ -12,8 +12,8 @@ on:
branches: [ master ]
jobs:
phpunit:
name: Tests (PHPUnit)
pest:
name: Tests (Pest)
runs-on: ubuntu-latest
steps:
@ -21,7 +21,7 @@ jobs:
- name: Install composer dependencies
run: composer install
- name: Run tests
run: vendor/bin/phpunit
run: vendor/bin/pest
phpstan:
name: Static analysis (PHPStan)