There was an error while loading. Please reload this page.
1 parent a0de47f commit 6018197Copy full SHA for 6018197
1 file changed
.github/workflows/check-store.yaml
@@ -247,7 +247,7 @@ jobs:
247
needs: compute_matrix
248
services: ${{ matrix.services }}
249
strategy:
250
- matrix: ${{ fromJSON(needs.compute_matrix.outputs.resolved)['e2e-test'].matrix }}
+ matrix: ${{ fromJSON(needs.compute_matrix.outputs.matrix) }}
251
252
steps:
253
- uses: actions/checkout@v6
@@ -334,4 +334,4 @@ jobs:
334
working-directory: ${{ steps.setup-magento.outputs.path }}/dev/tests/e2e
335
run: |
336
npm ci
337
- npx playwright test
+ npx playwright test
0 commit comments