1
0
Fork 0
mirror of https://github.com/archtechx/template.git synced 2025-12-12 13:24:03 +00:00

phpunit -> pest

This commit is contained in:
Samuel Štancl 2021-07-15 17:00:44 +02:00 committed by GitHub
parent 58bb010152
commit 8127048dd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,8 @@ on:
branches: [ master ]
jobs:
phpunit:
name: Tests (PHPUnit)
pest:
name: Tests (Pest)
runs-on: ubuntu-latest
steps:
@ -23,7 +23,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)