Skip to content

Commit

Permalink
TASK: Dont symlink so cwd is as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Oct 17, 2023
1 parent 78996a3 commit cdd1bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
git clone --depth 1 --branch ${{ matrix.neos-version }} https://github.com/neos/neos-base-distribution.git ${FLOW_PATH_ROOT}
cd ${FLOW_PATH_ROOT}
composer config --no-plugins allow-plugins.neos/composer-plugin true
composer config repositories.tested-package path ../Flowpack.NodeTemplates
composer config repositories.package '{ "type": "path", "url": "../Flowpack.NodeTemplates", "options": { "symlink": false } }'
composer require --no-update --no-interaction flowpack/nodetemplates:@dev
composer require --dev --no-update --no-interaction phpstan/phpstan:^1.10
Expand Down

0 comments on commit cdd1bcf

Please sign in to comment.