mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
add very simple e2e tests
This commit is contained in:
@@ -20,7 +20,13 @@ jobs:
|
||||
node-version: 16
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- run: npm run build
|
||||
- run: npm run check
|
||||
- run: npm run lint
|
||||
- run: npm test
|
||||
- name: Build Console
|
||||
run: npm run build
|
||||
- name: Svelte Diagnostics
|
||||
run: npm run check
|
||||
- name: Linter
|
||||
run: npm run lint
|
||||
- name: Unit Tests
|
||||
run: npm test
|
||||
- name: E2E Tests
|
||||
run: npm run e2e
|
||||
|
||||
Reference in New Issue
Block a user