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 uses: actions/checkout@v3
with: with:
repository: cerc-io/system-tests repository: cerc-io/system-tests
ref: roy/dev ref: main
path: ./system-tests path: ./system-tests
- name: "Run tests" - name: "Run tests"
working-directory: ./system-tests working-directory: ./system-tests
run: | run: |
pip install pytest pip install pytest
pip install -r requirements.txt pip install -r requirements.txt
pytest -v --host=gitea.local --db-host=gitea.local \ pytest -v -k test_basic_db
-k test_basic_db