mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
fix CI tests
This commit is contained in:
parent
18b8101cd0
commit
0c0cf1ef5a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue