fix
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 22s

This commit is contained in:
Nguyen Duc Thao
2026-01-26 23:29:16 +07:00
parent 86899d9593
commit 68cb816208
2 changed files with 6 additions and 58 deletions

View File

@@ -26,11 +26,10 @@ jobs:
- name: 📦 Install dependencies and run tests
run: |
cd apps
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r apps/requirements.txt
pip install pytest pytest-mock
pytest tests/ -v --tb=short
pytest apps/tests/ -v --tb=short
- name: 🔄 Cache
id: cache