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