Skip to content

Commit

Permalink
integ test app should only exist in framework-integ
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall committed May 8, 2023
1 parent ca436be commit 0a1ec71
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1,236 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yarn-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
(cd $(dirname $pj) && ncu --upgrade --reject='constructs,${{ steps.list-packages.outputs.list }}')
done
# Upgrade dependencies at an aws-eks integ test docker image
cd packages/aws-cdk-lib/aws-eks/test/sdk-call-integ-test-docker-app/app/ && ncu --upgrade --reject=',${{ steps.list-packages.outputs.list }}'
cd packages/@aws-cdk-testing/framework-integ/test/aws-eks/test/sdk-call-integ-test-docker-app/app/ && ncu --upgrade --reject=',${{ steps.list-packages.outputs.list }}'
# This will ensure the current lockfile is up-to-date with the dependency specifications (necessary for "yarn upgrade" to run)
- name: Run "yarn install"
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0a1ec71

Please sign in to comment.