Skip to content

Commit 8ea8011

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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: ../.github/scripts/pre-install-script.sh
38-
MAGENTO_POST_INSTALL_SCRIPT: ../.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'

0 commit comments

Comments
 (0)