Should we add build tests? #2319
servedsmart
started this conversation in
Polls
Replies: 1 comment 1 reply
-
|
I'll wait a few days and then come up with a PR or some other solution. Any feedback is welcome! This could also be done in a separate repo that is added as a submodule, but @nunocoracao should probably have that test repo in his github account to avoid external submodules. This would help with repo size (#980). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Build tests could in theory be implemented by using:
exampleSiteby running an npm script.These tests could be a bash script that just fails if any build fails.
This could be used in CI/CD and might prevent mistakes like mine that was mentioned in #2315 . I am sorry that I didn't think if testing this case btw.
5 votes ·
Beta Was this translation helpful? Give feedback.
All reactions