diff --git a/.github/workflows/check-container-versions.yml b/.github/workflows/check-container-versions.yml index 73747dc84eb21..5a0b145873ffe 100644 --- a/.github/workflows/check-container-versions.yml +++ b/.github/workflows/check-container-versions.yml @@ -256,11 +256,13 @@ jobs: - [ ] No breaking changes in the updated version - [ ] Tests pass with the new version - Run the following to verify: + Run the following to rebuild the test infra: \`\`\`bash mvn clean verify -pl $MODULE_NAME \`\`\` + Then test the impacted components. + --- This PR was automatically created by the [Container Version Upgrade workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).