use main branch of system-tests
Some checks failed
Test / Run unit tests (pull_request) Failing after 55s
Test / Run integration tests (pull_request) Failing after 49s

This commit is contained in:
Roy Crihfield 2023-07-14 01:47:59 +08:00
parent 05a27e8fa9
commit 0b4fc2e38f

View File

@ -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