Skip to content

Commit 2d46213

Browse files
authored
chore: telemetry-test run in wrong environment (#968)
telemetry-test job should be run in the test environment not the approval environment. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 99fd8a1 commit 2d46213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integ.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projenrc/cdk-cli-integ-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ export class CdkCliIntegTestsWorkflow extends Component {
453453
// Add a job for telemetry tests that runs before the main matrix
454454
const JOB_TELEMETRY = 'telemetry_tests';
455455
runTestsWorkflow.addJob(JOB_TELEMETRY, {
456-
environment: props.approvalEnvironment,
456+
environment: props.testEnvironment,
457457
runsOn: [props.testRunsOn],
458458
needs: [JOB_PREPARE],
459459
permissions: {

0 commit comments

Comments
 (0)