Skip to content

Commit

Permalink
Merge pull request Smile-SA#3349 from rbayet/fix-ci-prevent-composer-…
Browse files Browse the repository at this point in the history
…cache-cross-contamination

[Tools] CI: prevent composer cache cross-versions contamination
  • Loading branch information
rbayet authored Aug 18, 2024
2 parents f05e82a + 4dd8e17 commit dc398c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/02-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ jobs:
key: composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}-${{ matrix.magento-versions }}
restore-keys: |
composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}-${{ matrix.magento-versions }}
composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}-
composer-${{ matrix.php-versions }}-
- name: "[Init] Cache Magento install"
id: magento-cache
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/20-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ jobs:
key: composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}-${{ matrix.magento-versions }}
restore-keys: |
composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}-${{ matrix.magento-versions }}
composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}-
composer-${{ matrix.php-versions }}-
- name: "[Init] Cache Sample data repo"
id: sampledata-cache
Expand Down

0 comments on commit dc398c5

Please sign in to comment.