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