summaryrefslogtreecommitdiff
path: root/Biz/Ci.sh
AgeCommit message (Collapse)Author
2024-04-03Don't exit CI script on failureBen Sima
The whole point is to catch errors and write the result to the git notes, if the process exits then we can't do that.
2024-04-03Enable CI for every commitBen Sima
Uses git test to run CI on every commit before push.