Skip to content

Commit 6018197

Browse files
authored
Fix matrix reference in check-store workflow
1 parent a0de47f commit 6018197

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-store.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
needs: compute_matrix
248248
services: ${{ matrix.services }}
249249
strategy:
250-
matrix: ${{ fromJSON(needs.compute_matrix.outputs.resolved)['e2e-test'].matrix }}
250+
matrix: ${{ fromJSON(needs.compute_matrix.outputs.matrix) }}
251251

252252
steps:
253253
- uses: actions/checkout@v6
@@ -334,4 +334,4 @@ jobs:
334334
working-directory: ${{ steps.setup-magento.outputs.path }}/dev/tests/e2e
335335
run: |
336336
npm ci
337-
npx playwright test
337+
npx playwright test

0 commit comments

Comments
 (0)