Skip to content

Commit

Permalink
Clean workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Aug 23, 2024
1 parent 56e1602 commit 61e160a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/extdn-integration-tests-pre-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
composer config minimum-stability dev
composer config prefer-stable false

composer require yireo/magento2-integration-test-helper --no-update
composer require --dev yireo/magento2-integration-test-helper --no-update

composer require yireo/magento2-replace-bundled:^4.0 --no-update
composer require yireo/magento2-replace-inventory:^4.0 --no-update
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/extdn-phpstan-pre-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ composer config prefer-stable false
composer require yireo/magento2-integration-test-helper --no-update

composer config --no-plugins allow-plugins true
#composer config allow-plugins.phpstan/extension-installer true
#composer magento/composer-dependency-version-audit-plugin true

composer require --dev phpstan/extension-installer --no-update
composer require --dev bitexpert/phpstan-magento --no-update
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/extdn-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: actions/cache@v2
with:
path: "${{ steps.determine-composer-cache-directory.outputs.directory }}"
#path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

- uses: extdn/github-actions-m2/magento-phpstan/8.3@master
Expand Down

0 comments on commit 61e160a

Please sign in to comment.