Update auto-test.yml
This commit is contained in:
parent
ebf1a5bb6f
commit
652c4fd2f5
4
.github/workflows/auto-test.yml
vendored
4
.github/workflows/auto-test.yml
vendored
@ -123,8 +123,8 @@ jobs:
|
||||
node-version: 22
|
||||
- run: npm install
|
||||
|
||||
- name: Install Playwright ${{ env.PLAYWRIGHT_VERSION }}
|
||||
run: npx playwright@${{ env.PLAYWRIGHT_VERSION }} install
|
||||
- name: Install Playwright
|
||||
run: npx playwright install
|
||||
|
||||
- run: npm run build
|
||||
- run: npm run test-e2e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user