Removed parallel testing because of filament tests

This commit is contained in:
Constantin Graf
2024-04-22 16:32:11 +02:00
committed by Constantin Graf
parent 493375601c
commit ab9fa93ba1
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ on:
- develop
pull_request:
paths:
- 'workflows/build-public.yml'
- '.github/workflows/build-public.yml'
- 'docker/prod/**'
workflow_dispatch:

View File

@@ -50,8 +50,8 @@ jobs:
php artisan key:generate
php artisan passport:keys
- name: "Run PHPUnit in parallel"
run: php artisan test --parallel --stop-on-failure --coverage-text --coverage-clover=coverage.xml
- name: "Run PHPUnit"
run: php artisan test --stop-on-failure --coverage-text --coverage-clover=coverage.xml
- name: "Upload coverage reports to Codecov"
uses: codecov/codecov-action@v4.3.0