Remove --parallel flag

This commit is contained in:
Marcus Moore 2024-10-17 18:01:48 -07:00
parent 46ad1d072f
commit 0933a2d4ea
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -76,4 +76,4 @@ jobs:
DB_DATABASE: snipeit DB_DATABASE: snipeit
DB_PORT: ${{ job.services.mysql.ports[3306] }} DB_PORT: ${{ job.services.mysql.ports[3306] }}
DB_USERNAME: root DB_USERNAME: root
run: php artisan test --parallel run: php artisan test

View file

@ -74,4 +74,4 @@ jobs:
DB_PORT: ${{ job.services.postgresql.ports[5432] }} DB_PORT: ${{ job.services.postgresql.ports[5432] }}
DB_USERNAME: snipeit DB_USERNAME: snipeit
DB_PASSWORD: password DB_PASSWORD: password
run: php artisan test --parallel run: php artisan test

View file

@ -58,4 +58,4 @@ jobs:
- name: Execute tests (Unit and Feature tests) via PHPUnit - name: Execute tests (Unit and Feature tests) via PHPUnit
env: env:
DB_CONNECTION: sqlite_testing DB_CONNECTION: sqlite_testing
run: php artisan test --parallel run: php artisan test