-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation tests to CI #1082
Comments
I'm working on this issue right now; PR should hopefully be up tomorrow, July 28th. |
Pull request is up – github.com//pull/1217. I'm failing a CI test. I edited the run_integration_tests.sh script and one of my comments seems to cause the failure. As this is my first time editing a CI pipeline, some feedback/direction would be great! Edit – It's not a comment that's causing a failure (my bad on misinterpreting GitHub Actions) but the fact that I'm running "docs builds". Shifting this conversation to the PR page. |
This commit tackles Issue TraceMachina#1082. It runs the command "docs builds" in run_integration_tests.sh, a script executed by main.yaml during CI. This addition should ensure that "docs builds" always runs before merging a PR.
To prevent issues like #1081 in the future.
While it's a bit tedious to create entire deployment pipelines, we should have at least run doc builds as a CI test. Preview builds already run the Typescript linting infrastructure and invoke the generator scripts on all inputs used which should cover a reasonably large surface area of potential issues.
The text was updated successfully, but these errors were encountered: