npm-start-fix
This commit is contained in:
parent
57d78f4c44
commit
1f8b6342b0
|
@ -38,6 +38,10 @@ jobs:
|
|||
run: npm ci
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps
|
||||
|
||||
- name: Start Web Server
|
||||
run: npm start &
|
||||
|
||||
- name: Run Playwright tests
|
||||
run: npx playwright test
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in New Issue
Block a user