ddev/ddev-addon-template

Update bats tests to add the "release" tag

Closed this issue · 3 comments

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" {
...
...
}

Fixed in #58

#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. :)