Skip to content

Commit 959f185

Browse files
committed
Add CI files
1 parent 6ce2493 commit 959f185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cp -R $GITHUB_WORKSPACE /tmp/magento/package-source
1919
cd /tmp/magento
2020
composer config repositories.local-source path package-source/
21-
composer require --prefer-source -- $COMPOSER_NAME:@dev
21+
composer require --prefer-source -W -- $COMPOSER_NAME:@dev
2222
2323
- name: Run Magento 2 Unit Tests
2424
run: |

0 commit comments

Comments
 (0)