CI setup 2

This commit is contained in:
Niko Abeler 2024-05-18 20:00:19 +02:00
parent 4543e448ed
commit 943bc10eaf
1 changed files with 1 additions and 1 deletions

View File

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