feat: add direct PDF recipe download
CI and Deploy / test-build-deploy (push) Successful in 4s

This commit is contained in:
Hermes Agent
2026-08-03 14:25:38 +00:00
parent f5632f4f49
commit 405170a90c
4 changed files with 159 additions and 5 deletions
+5 -2
View File
@@ -16,8 +16,11 @@ jobs:
- name: Repository auschecken
uses: actions/checkout@v4
- name: Hefekalibrierung testen
run: node tests/yeast-calibration.test.js
- name: Regressionstests ausführen
run: |
for test in tests/*.test.js; do
node "$test"
done
- name: JavaScript-Syntax prüfen
run: |