Merge branch 'feat/filesystem_and_search' of https://github.com/toeverything/AFFiNE into feat/filesystem_and_search

This commit is contained in:
tzhangchi
2022-12-27 16:49:17 +08:00
+7 -2
View File
@@ -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 }}