We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here are some cases when we can safely skip integration tests:
docker
vagrant
*.md
NEWS.txt
.gitignore
.editorconfig
src/main/config/nginx/*.conf
Follow-up to #423
The text was updated successfully, but these errors were encountered:
also terraform-related files (see #1000)
Sorry, something went wrong.
also when only unit tests files were modified (src/test/*)
src/test/*
+= .github/
.github/
No branches or pull requests
Here are some cases when we can safely skip integration tests:
docker
orvagrant
directories were modified*.md
orNEWS.txt
files were modified.gitignore
or.editorconfig
were modifiedsrc/main/config/nginx/*.conf
)Follow-up to #423
The text was updated successfully, but these errors were encountered: