Skip to content

Commit e16c873

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

File tree

2 files changed

+3
-4
lines changed

2 files changed

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

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ 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: ./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
37+
MAGENTO_PRE_INSTALL_SCRIPT: ../.github/scripts/pre-install-script.sh
38+
MAGENTO_POST_INSTALL_SCRIPT: ../.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'
42-
PHPUNIT_FILE: './vendor/rocketweb/module-cms-import-export/phpunit.rw.xml'
42+
PHPUNIT_FILE: './phpunit.rw.xml'
4343
COMPOSER_VERSION: 2

0 commit comments

Comments
 (0)