Skip to content

Commit

Permalink
TASK: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Jul 12, 2024
1 parent 67a0aae commit 3378d5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
composer config repositories.package '{ "type": "path", "url": "../${{ env.PACKAGE_FOLDER }}", "options": { "symlink": false } }'
composer require --no-update --no-interaction neos/redirecthandler-databasestorage:"dev-build as ${PACKAGE_TARGET_VERSION}.x-dev"
# - name: Install distribution
# run: |
# cd ${FLOW_FOLDER}
# composer install --no-interaction --no-progress
- name: Install distribution
run: |
cd ${FLOW_FOLDER}
composer install --no-interaction --no-progress
# rm -rf Packages/Application/Neos.RedirectHandler.DatabaseStorage
# cp -r ../redirecthandler-databasestorage Packages/Application/Neos.RedirectHandler.DatabaseStorage

Expand Down

0 comments on commit 3378d5d

Please sign in to comment.