prefect icon indicating copy to clipboard operation
prefect copied to clipboard

Keep `Integrations Packages Tests` from failing sucessfully

Open bunchesofdonald opened this issue 7 months ago • 2 comments

Pull requests that do not change the integrations will have the Integrations Packages Tests 'fail' while all the steps succeed. GitHub reports the failure with:

Error when evaluating 'strategy' for job 'run-tests'. .github/workflows/integration-package-tests.yaml (Line: 55, Col: 15): Matrix must define at least one vector

This adds an if to the prepare-matrix step to that double checks that the test-all-integrations label is added or changes to the integrations themselves has happened.

bunchesofdonald avatar Jun 27 '24 14:06 bunchesofdonald