mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 17:46:18 +08:00
ci: try enable e2e
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
name: E2E & Unit Tests
|
||||
on:
|
||||
push:
|
||||
branches: [pathfinder]
|
||||
branches: [pathfinder, feat/filesystem_and_search]
|
||||
pull_request:
|
||||
branches: [pathfinder]
|
||||
branches: [pathfinder, feat/filesystem_and_search]
|
||||
jobs:
|
||||
test:
|
||||
timeout-minutes: 60
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user