Skip to content

Commit

Permalink
added new bundles to tests (#27)
Browse files Browse the repository at this point in the history
* added new bundles to tests

* fixed bundles
  • Loading branch information
fashxp committed Dec 13, 2023
1 parent 0f3b3cb commit 23febbd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/files/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
\Pimcore\Bundle\BackendPowerToolsBundle\PimcoreBackendPowerToolsBundle::class => ['all' => true],
\Pimcore\Bundle\DataHubWebhooksBundle\PimcoreDataHubWebhooksBundle::class => ['all' => true],
\Pimcore\Bundle\DataQualityManagementBundle\PimcoreDataQualityManagementBundle::class => ['all' => true],
\Pimcore\Bundle\WorkflowAutomationIntegrationBundle\PimcoreWorkflowAutomationIntegrationBundle::class => ['all' => true],
\Pimcore\Bundle\AdminUiClassicLightThemeBundle\PimcoreAdminUiClassicLightThemeBundle::class => ['all' => true],
];


4 changes: 3 additions & 1 deletion .github/scripts/01-setup-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ docker compose exec -T -- php composer require -W \
pimcore/newsletter-bundle \
pimcore/data-quality-management-bundle \
pimcore/data-hub-webhooks \
pimcore/backend-power-tools-bundle
pimcore/backend-power-tools-bundle \
pimcore/admin-ui-classic-light-theme-bundle \
pimcore/workflow-automation-integration-bundle

docker compose exec -T -- php composer update

Expand Down
1 change: 1 addition & 0 deletions .github/scripts/02-install-pimcore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ docker compose exec -T php bin/console pimcore:bundle:install PimcorePerspective
docker compose exec -T php bin/console pimcore:bundle:install PimcoreDataQualityManagementBundle
docker compose exec -T php bin/console pimcore:bundle:install PimcoreDataHubWebhooksBundle
docker compose exec -T php bin/console pimcore:bundle:install PimcoreBackendPowerToolsBundle
docker compose exec -T php bin/console pimcore:bundle:install PimcoreWorkflowAutomationIntegrationBundle

cp ../../platform-version/.github/files/config-config.yaml ./config/local

Expand Down

0 comments on commit 23febbd

Please sign in to comment.