Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feat/ORC-816-add-o…
Browse files Browse the repository at this point in the history
…rm-context

Signed-off-by: Serhii Donii <serhii.donii@macpaw.com>
  • Loading branch information
serhiidonii committed Mar 25, 2024
2 parents ea7829e + ae65578 commit d40838e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
- name: Install dependencies
run: composer install

- name: Add doctrine/orm
run: composer require --no-progress --no-interaction --prefer-dist doctrine/orm:^2.0

- name: Run PHPUnit tests
run: composer phpunit
if: matrix.coverage == 'none'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Install dependencies
run: composer install --no-progress --no-interaction --prefer-dist

- name: Add doctrine/orm
run: composer require --no-progress --no-interaction --prefer-dist doctrine/orm:^2.0

- name: Run script
run: composer phpstan

Expand Down

0 comments on commit d40838e

Please sign in to comment.