Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Mar 30, 2024
1 parent a7f7438 commit d8e12bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
- name: Validate monorepo
run: vendor/bin/monorepo-builder validate

- name: Load fixtures
run: |
tests/bin/console doctrine:schema:create
tests/bin/console doctrine:fixtures:load --no-interaction
- name: Run phpunit
run: |
export SYMFONY_DEPRECATIONS_HELPER='max[direct]=0'
Expand Down

0 comments on commit d8e12bc

Please sign in to comment.