File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 run : npx lerna run build --scope=@aws-cdk-testing/framework-integ
105105
106106 - name : Run integration tests using integration-test-deployment script
107- run : yarn run deploy-changed-snapshots
107+ run : yarn run atmosphere-integ-test
108108 env :
109109 CDK_ATMOSPHERE_ENDPOINT : ${{ vars.CDK_ATMOSPHERE_ENDPOINT }}
110110 CDK_ATMOSPHERE_POOL : ${{ vars.CDK_ATMOSPHERE_POOL}}
Original file line number Diff line number Diff line change 1313 "compat" : " ./scripts/check-api-compatibility.sh" ,
1414 "bump" : " ./bump.sh" ,
1515 "build-all" : " tsc -b" ,
16- "deploy-changed-snapshots " : " lerna run build --scope @aws-cdk/integration-test-deployment && lerna run integration-test-deployment"
16+ "atmosphere-integ-test " : " lerna run build --scope @aws-cdk/integration-test-deployment && node tools/@aws-cdk/ integration-test-deployment/bin/index.js "
1717 },
1818 "devDependencies" : {
1919 "@nx/workspace" : " ^20" ,
You can’t perform that action at this time.
0 commit comments