Fix tests and enable paralell testing

This commit is contained in:
Julien Nahum
2023-02-23 19:05:17 +01:00
parent 49d1a237ef
commit f3a8ca11fe
4 changed files with 107 additions and 111 deletions

View File

@@ -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()