@@ -11,6 +11,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install
|
||||
run: npx playwright install --with-deps
|
||||
- name: Run Playwright tests
|
||||
run: npx playwright test --project=chromium --project=firefox
|
||||
Reference in New Issue
Block a user