mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 01:26:37 +08:00
Merge branch 'feat/filesystem_and_search' of https://github.com/toeverything/AFFiNE into feat/filesystem_and_search
This commit is contained in:
@@ -74,7 +74,7 @@ jobs:
|
||||
|
||||
lint:
|
||||
name: Lint and Test
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
environment: development
|
||||
|
||||
steps:
|
||||
@@ -109,8 +109,13 @@ jobs:
|
||||
run: |
|
||||
pnpm lint --max-warnings=0
|
||||
|
||||
- name: Install Playwright browsers
|
||||
run: PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install chromium
|
||||
|
||||
- name: E2E Test
|
||||
run: pnpm test
|
||||
run: |
|
||||
PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install chromium
|
||||
PLAYWRIGHT_BROWSERS_PATH=0 pnpm test -- --forbid-only
|
||||
env:
|
||||
NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }}
|
||||
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN: ${{ secrets.NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN }}
|
||||
|
||||
Reference in New Issue
Block a user