up step
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 12s
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 12s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: "K8S Fission Deployment"
|
||||
on:
|
||||
push:
|
||||
branches: [ 'main' ]
|
||||
branches: [ 'main', 'ai' ]
|
||||
jobs:
|
||||
deployment-fission:
|
||||
name: Deployment fission functions
|
||||
@@ -49,6 +49,15 @@ jobs:
|
||||
rake sp build -fi && rake sp down -i
|
||||
- name: 🔎 Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: 🐍 Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: 🧪 Run tests
|
||||
run: |
|
||||
cd apps
|
||||
pip install -r requirements-dev.txt
|
||||
pytest tests/ -v --tb=short
|
||||
- name: ✨ Deploy the new version
|
||||
id: deploy
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user