Skip to content

Commit

Permalink
Removed parallel testing because of filament tests
Browse files Browse the repository at this point in the history
  • Loading branch information
korridor committed Apr 22, 2024
1 parent 4933756 commit ab9fa93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- develop
pull_request:
paths:
- 'workflows/build-public.yml'
- '.github/workflows/build-public.yml'
- 'docker/prod/**'
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab9fa93

Please sign in to comment.