We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16c873 commit 8ea8011Copy full SHA for 8ea8011
.github/workflows/integration-tests.yml
@@ -34,8 +34,8 @@ jobs:
34
- name: M2 Integration Tests with Magento 2 (Php8.1)
35
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
36
with:
37
- MAGENTO_PRE_INSTALL_SCRIPT: ../.github/scripts/pre-install-script.sh
38
- MAGENTO_POST_INSTALL_SCRIPT: ../.github/scripts/post-install-script.sh
+ MAGENTO_PRE_INSTALL_SCRIPT: ./.github/scripts/pre-install-script.sh
+ MAGENTO_POST_INSTALL_SCRIPT: ./.github/scripts/post-install-script.sh
39
MODULE_NAME: RocketWeb_CmsImportExport
40
COMPOSER_NAME: rocketweb/module-cms-import-export
41
MAGENTO_VERSION: '2.4.5-p5'
0 commit comments