CI setup 3

This commit is contained in:
Niko Abeler 2024-05-18 20:16:47 +02:00
parent 943bc10eaf
commit c8b759a834
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 -f docker-compose.ci.yml -d
docker compose -f docker-compose.ci.yml up -d
pip install -r requirements.txt
pytest