mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 09:13:21 +00:00
Update Playwright installation to use version variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user