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