up step
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 12s

This commit is contained in:
Duc Nguyen
2026-01-27 01:23:56 +07:00
parent 018f267fab
commit 6a1789b3f5
13 changed files with 5043 additions and 6 deletions

View File

@@ -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: |