Skip to content

Commit 06322ec

Browse files
mihai.comanmihai.coman
authored andcommitted
ICP-11 fix scripts path
1 parent 46835f7 commit 06322ec

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
composer require rocketweb/module-cms-import-export:dev-ICP-11-integration-tests --no-update --no-interaction

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: M2 Integration Tests with Magento 2 (Php8.1)
3535
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
3636
with:
37-
MAGENTO_PRE_INSTALL_SCRIPT: ./githubscripts/integration/pre-install-script.sh
38-
MAGENTO_POST_INSTALL_SCRIPT: ./githubscripts/integration/post-install-script.sh
37+
MAGENTO_PRE_INSTALL_SCRIPT: ./vendor/rocketweb/module-cms-import-export/.github/scripts/pre-install-script.sh
38+
MAGENTO_POST_INSTALL_SCRIPT: ./vendor/rocketweb/module-cms-import-export/.github/scripts/post-install-script.sh
3939
MODULE_NAME: RocketWeb_CmsImportExport
4040
COMPOSER_NAME: rocketweb/module-cms-import-export
4141
MAGENTO_VERSION: '2.4.5-p5'

0 commit comments

Comments
 (0)