add forms, shipments tests
Some checks failed
Deploy Amap / deploy (push) Failing after 13s

This commit is contained in:
Julien Aldon
2026-02-27 12:29:07 +01:00
parent d28640711c
commit e303e0723e

View File

@@ -17,7 +17,7 @@ jobs:
python-version: "3.10"
- run: |
python -m pip install --upgrade pip
pip install -r back/requirements.txt
pip install -r backend/requirements.txt
pytest -sv
- name: Build & deploy
run: |