Skip to content

Commit

Permalink
More pipeline fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Sep 3, 2024
1 parent b178364 commit 52b16c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/extdn-phpstan-pre-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ composer require yireo/magento2-integration-test-helper --no-update
composer config --no-plugins allow-plugins true

composer require --dev phpstan/extension-installer --no-update
composer require --dev bitexpert/phpstan-magento --no-update
composer require --dev bitexpert/phpstan-magento --no-update -W

composer require yireo/magento2-replace-bundled:^4.0 --no-update
composer require yireo/magento2-replace-inventory:^4.0 --no-update
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/extdn-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

- uses: extdn/github-actions-m2/magento-unit-tests/7.4@master
env:
MAGENTO_VERSION: '2.3.7-p3'
COMPOSER_VERSION: 1
with:
magento_pre_install_script: .github/workflows/extdn-phpstan-pre-install.sh

- uses: extdn/github-actions-m2/magento-unit-tests/8.3@master
env:
MAGENTO_VERSION: '2.4.7-p2'
Expand Down

0 comments on commit 52b16c6

Please sign in to comment.