avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
345 stars 343 forks source link

pre-release tests with avocado-static-checks submodule #6036

Closed richtja closed 1 month ago

richtja commented 1 month ago

The pre-release checks don't checkout avocado-static-checks submodule, which is mandatory for running static-check after 8639fdb. This is a fix for that.

It fixes failures in https://github.com/avocado-framework/avocado/actions/runs/11099769147/job/30834525300

Reference: 8639fdb

harvey0100 commented 1 month ago

LGTM, thanks for the quick action!