Add release quality gate workflow

This commit is contained in:
732642856
2026-06-24 15:17:40 +08:00
parent 408b3bf5c1
commit dec62c450a
6 changed files with 90 additions and 1 deletions
+7
View File
@@ -23,6 +23,13 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r requirements.txt -r requirements-dev.txt
npm ci --prefix jyotish-app
- name: Print environment diagnostics
run: |
python --version
node --version
npm --version
npm --prefix jyotish-app exec -- vite --version
test -x jyotish-app/node_modules/.bin/vite
- name: Run pytest suite
run: python -m pytest -q
- name: Run legacy runner