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
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.
The text was updated successfully, but these errors were encountered:
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 words
clojure -M:build
should have different exit code, than0
.The issue is CI/CD think build succeed and deploy damaged page.
The text was updated successfully, but these errors were encountered: