Skip to content

Commit 83449bc

Browse files
authored
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*
1 parent 3154615 commit 83449bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/yarn-upgrade.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ jobs:
3939
- name: Install Tools
4040
run: |-
4141
npm -g install lerna npm-check-updates
42-
- name: Build Integ Runner
43-
run: |
44-
export NODE_OPTIONS="--max-old-space-size=8196 --experimental-worker ${NODE_OPTIONS:-}"
45-
npx lerna run build --scope @aws-cdk/integ-runner
4642
- name: List Mono-Repo Packages
4743
id: list-packages
4844
# These need to be ignored from the `ncu` runs!

0 commit comments

Comments
 (0)