mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
test: fix deps
This commit is contained in:
@@ -31,6 +31,6 @@ jobs:
|
||||
- name: Unit Tests
|
||||
run: npm run test
|
||||
- name: E2E Tests
|
||||
run: npx playwright install-deps && npx playwright install && npm run e2e
|
||||
run: npx playwright install-deps chromium && npx playwright install && npm run e2e
|
||||
- name: Build Console
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user