fix
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 22s
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 22s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user