ci: try enable e2e

This commit is contained in:
Yifeng Wang
2022-12-25 09:26:18 +08:00
parent d1c9cda9f5
commit fa2d95146e
+3 -3
View File
@@ -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