Fix tests and enable paralell testing
This commit is contained in:
5
.github/workflows/laravel.yml
vendored
5
.github/workflows/laravel.yml
vendored
@@ -2,6 +2,7 @@ name: laravel
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
@@ -33,7 +34,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
php: [ 8.0 ]
|
||||
php: [ 8.1 ]
|
||||
|
||||
name: Run Feature & Unit tests (PHP ${{ matrix.php }})
|
||||
|
||||
@@ -78,7 +79,7 @@ jobs:
|
||||
run: chmod -R 777 storage bootstrap/cache
|
||||
|
||||
- name: Run tests (Unit and Feature)
|
||||
run: ./vendor/bin/pest
|
||||
run: ./vendor/bin/pest -p
|
||||
|
||||
- name: "Archive log results"
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user