From fa2d95146edcd538622374c487a288d8c7a5ed2a Mon Sep 17 00:00:00 2001 From: Yifeng Wang Date: Sun, 25 Dec 2022 09:26:18 +0800 Subject: [PATCH] ci: try enable e2e --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 521cc093d2..15068f1218 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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