Skip to content

Commit 5626551

Browse files
committed
ci: fix and rename deployment integ test script
Running via node directly instead of lerna will keep the cwd at the root as expected.
1 parent 0e1ca80 commit 5626551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-test-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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",

0 commit comments

Comments
 (0)