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
### 💭 Notes
#6287 never worked (see
[logs](https://github.com/kobotoolbox/kpi/actions/runs/17979532426/job/51141577133#step:9:31))
for two reasons:
- `/dev/tty` doesn't exist in GHAs -> add a workaround
- run script through `kobo-install` like locally makes no sense on GHA
-> revert to run script directly
Also
- add bash flags to fail on errors within piping
- simplify the job one-value-matrix
- run job on manual schema changes
### 👀 Preview steps
1. see the GHA job
2. 🟢 notice that schema is generated normally successfully
3. 🟢 notice that diff check fails, because `main` contains outdated
schema file.
0 commit comments