Skip to content

Commit

Permalink
use one command
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Feb 12, 2024
1 parent 34888e7 commit b4a6612
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ jobs:
fi
# we need to use --no-install and pimcore/pimcore:11.x-dev here in order to support PHP 8.3, can be rolled back as soon as pimcore/pimcore:11.2.0 was released
docker run --rm pimcore-image composer create-project pimcore/skeleton:11.x-dev pimcore --no-scripts --no-install
docker run --rm pimcore-image composer require -d ./pimcore pimcore/pimcore:11.x-dev
docker run --rm pimcore-image composer create-project pimcore/skeleton:11.x-dev pimcore --no-scripts --no-install && composer require -d ./pimcore pimcore/pimcore:11.x-dev
if [ "$imageVariant" != "min" ]; then
docker run -v "$(pwd)/.github/files":/var/www/html --rm pimcore-image php test_heif.php
Expand Down

0 comments on commit b4a6612

Please # to comment.