Update Playwright installation to use version variable

This commit is contained in:
Julian Speckmann
2026-01-02 04:34:10 +01:00
committed by GitHub
parent d8cae1f7f3
commit 4002d86c28
+2 -2
View File
@@ -123,8 +123,8 @@ jobs:
node-version: 22
- run: npm install
- name: Install Playwright
run: npx playwright install
- name: Install Playwright ${{ env.PLAYWRIGHT_VERSION }}
run: npx playwright@${{ env.PLAYWRIGHT_VERSION }} install
- run: npm run build
- run: npm run test-e2e