Skip to content

Commit

Permalink
TASK: Temporary hack to make ci run
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Nov 14, 2023
1 parent 9e36e68 commit 254fd17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ jobs:
git -C ../${{ env.NEOS_FOLDER }} checkout -b build
composer config repositories.neos '{ "type": "path", "url": "../${{ env.NEOS_FOLDER }}", "options": { "symlink": false } }'
composer require --no-update neos/neos-development-collection:"dev-build as ${{ env.NEOS_BRANCH_ALIAS }}"
# TODO temporary hack to make ci run
composer require --no-update neos/behat:"dev-bugfix/dontResetEscrTablesOrIgnoredTablesInGeneral as 9.0"
- name: Cache Composer packages
id: composer-cache
Expand Down

0 comments on commit 254fd17

Please sign in to comment.