CI setup 2
This commit is contained in:
parent
4543e448ed
commit
943bc10eaf
|
@ -33,6 +33,6 @@ jobs:
|
|||
- name: E2E Test
|
||||
run: |
|
||||
cd e2e_tests
|
||||
docker compose up -d
|
||||
docker compose up -f docker-compose.ci.yml -d
|
||||
pip install -r requirements.txt
|
||||
pytest
|
||||
|
|
Loading…
Reference in New Issue