Skip to content
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 automated tests before production deployment #130

Open
MattBlissett opened this issue Feb 23, 2024 · 0 comments
Open

Add automated tests before production deployment #130

MattBlissett opened this issue Feb 23, 2024 · 0 comments

Comments

@MattBlissett
Copy link
Member

We have some basic tests shown in vocabulary.md:

for i in core/**/*.xml core/**/*.xml extension/**/*.xml sandbox/extension/**/*.xml; do
    xmllint --noout --schema schema/extension.xsd $i
    echo
done

This should be run before deployments (sandbox and prod) and for prod include additional verifications for links (not to the sandbox, target already exists or is to be deployed).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant