1
0
Fork 0
mirror of https://github.com/archtechx/template.git synced 2025-12-12 05:14:04 +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 ] branches: [ master ]
jobs: jobs:
phpunit: pest:
name: Tests (PHPUnit) name: Tests (Pest)
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -23,7 +23,7 @@ jobs:
- name: Install composer dependencies - name: Install composer dependencies
run: composer install run: composer install
- name: Run tests - name: Run tests
run: vendor/bin/phpunit run: vendor/bin/pest
phpstan: phpstan:
name: Static analysis (PHPStan) name: Static analysis (PHPStan)