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
Since https://github.com/ddev/github-action-add-on-test/releases/tag/v2.1.0, user can exclude "release" tagged tests from pull request workflow.
As it is the default expected behavior, we should update the bats tests accordingly (here):
# bats test_tags=release @test "install from release" { ... ... }
The text was updated successfully, but these errors were encountered:
Fixed in #58
Sorry, something went wrong.
#58 was merged so this can be closed now.
Thank you. I didn't have permission to close this otherwise I would have do it myself. :)
No branches or pull requests
Since https://github.com/ddev/github-action-add-on-test/releases/tag/v2.1.0, user can exclude "release" tagged tests from pull request workflow.
As it is the default expected behavior, we should update the bats tests accordingly (here):
The text was updated successfully, but these errors were encountered: