use main branch of system-tests
This commit is contained in:
parent
05a27e8fa9
commit
0b4fc2e38f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user