Skip to content

Commit 353a676

Browse files
committed
Add integration test helper to GitHub Action
1 parent d1e549e commit 353a676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cp -R ${GITHUB_WORKSPACE} /tmp/magento/package-source
3838
cd /tmp/magento
3939
composer config repositories.local-source path package-source/
40-
composer require --prefer-source -- ${COMPOSER_NAME}:@dev
40+
composer require --prefer-source -- ${COMPOSER_NAME}:@dev yireo/magento2-integration-test-helper
4141
4242
- name: Run Magento 2 Integration Tests
4343
run: |

0 commit comments

Comments
 (0)