Skip to content

Commit 2a51683

Browse files
committed
ci: Fix vars
1 parent 411c9e1 commit 2a51683

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ jobs:
112112
- name: Prepare Magento Playwright setup
113113
if: env.SKIP_JOB != 'true'
114114
uses: docker://mcr.microsoft.com/playwright:v1.57.0-noble
115+
env:
116+
MAGENTO_MODULE: ${{ env.MAGENTO_MODULE }}
117+
MAGENTO_BASE_URL: ${{ env.MAGENTO_BASE_URL }}
115118
with:
116119
args: >
117120
bash -lc "

0 commit comments

Comments
 (0)