You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ls runs/latest/dist/calendar-scheduling-skill-*.zip
40
+
node -e "const s=require('./runs/latest/reports/summary.json'); if(!s.passed){console.error('demo run did not pass the quality gate'); process.exit(1);}"
41
+
42
+
- name: Run flaky demo (repair loop)
43
+
run: npm run forge:flaky
44
+
45
+
- name: Verify flaky demo exercised the repair loop
46
+
run: |
47
+
node -e "const s=require('./runs/latest-flaky/reports/summary.json'); if(s.repairAttempts<1){console.error('flaky demo did not perform a repair'); process.exit(1);}"
0 commit comments