This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user