We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce2493 commit 959f185Copy full SHA for 959f185
1 file changed
.github/workflows/unit-tests.yml
@@ -18,7 +18,7 @@ jobs:
18
cp -R $GITHUB_WORKSPACE /tmp/magento/package-source
19
cd /tmp/magento
20
composer config repositories.local-source path package-source/
21
- composer require --prefer-source -- $COMPOSER_NAME:@dev
+ composer require --prefer-source -W -- $COMPOSER_NAME:@dev
22
23
- name: Run Magento 2 Unit Tests
24
run: |
0 commit comments