From 0b4fc2e38f035f961dcb127883ff3c5f2ace2c2b Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Fri, 14 Jul 2023 01:47:59 +0800 Subject: [PATCH] use main branch of system-tests --- .gitea/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index d70c01d..7946421 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -80,12 +80,11 @@ jobs: uses: actions/checkout@v3 with: repository: cerc-io/system-tests - ref: roy/dev + ref: main path: ./system-tests - name: "Run tests" working-directory: ./system-tests run: | pip install pytest pip install -r requirements.txt - pytest -v --host=gitea.local --db-host=gitea.local \ - -k test_basic_db + pytest -v -k test_basic_db