clojure -M:build should break github actions (and other CI/CD) steps when exception is thrown. For example when template has a bug and Selmer try to date wrong data format.
In other words clojure -M:build should have different exit code, than 0.
The issue is CI/CD think build succeed and deploy damaged page.
clojure -M:build
should break github actions (and other CI/CD) steps when exception is thrown. For example when template has a bug and Selmer try todate
wrong data format. In other wordsclojure -M:build
should have different exit code, than0
.The issue is CI/CD think build succeed and deploy damaged page.