Description
Github action which utilize busola image should wait for image build to be ready.
Reasons
When the tests are run simultaneously with image build the following things happen:
- the image is not available at first run
- the image is taken from previous commit from PR as the newest image is still in build state.
Attachments