refactor(cache-magento): extract key computation into a script (#245)

This commit is contained in:
Damien Retzinger
2026-05-09 15:37:28 -04:00
parent c53607cca8
commit 44e7c34892
4 changed files with 80 additions and 1 deletions
@@ -0,0 +1,23 @@
name: Cache Magento Test
on:
push:
branches: [main]
paths:
- "cache-magento/**"
- ".github/workflows/_internal-cache-magento.yaml"
- "!(**/*.md)"
pull_request:
branches: [main]
paths:
- "cache-magento/**"
- ".github/workflows/_internal-cache-magento.yaml"
- "!(**/*.md)"
jobs:
unit:
if: "!startsWith(github.head_ref, 'release-please')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: bash cache-magento/test.sh