Skip to content

Commit

Permalink
fix: add Pimcore Admin Bundle to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lukadschaak committed Nov 7, 2023
1 parent b33457a commit aa8240f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -55,6 +55,10 @@ jobs:
with:
dependency-versions: ${{ matrix.dependencies }}

- name: Add Pimcore Admin UI
run: composer require --dev pimcore/admin-ui-classic-bundle --no-interaction
if: matrix.dependencies == 'highest'

- name: Execute tests
run: composer tests
env:
Expand Down

0 comments on commit aa8240f

Please sign in to comment.