You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove integ-runner steps from the yarn upgrade workflow (#33917)
### Issue # (if applicable)
Closes NA
### Reason for this change
`@aws-cdk/integ-runner` is removed from this repository with the [PR](#33835) and moved to `aws-cdk-cli` repository. Hence yarn upgrade workflow fails at the integ-runner build step as the package is no longer available in the repo.
### Description of changes
Remove the integ-runner build step as no longer applicable in the yarn upgrade workflow.
### Describe any new or updated permissions being added
NA
### Description of how you validated changes
* Ran `yarn install` and verified the integ-runner installed version using `npx integ-runner --version`
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments