Skip to content

Tags: aws/aws-cdk-cli-testing

Tags

@aws-cdk-testing/[email protected]

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: upgrade dependencies weekly (#40)

Given that we need to manually give permissions to run workflows for
every update, better reduce the frequency to not sit with a giant
inventory of PRs.

@aws-cdk-testing/[email protected]

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update tests to the latest version (#33)

From commit 085c2e309f475c34877fa4966985472fc25da28b

@aws-cdk-testing/[email protected]

fix: use `head.sha` to avoid a TOCTOU problem

Once the workflow runs, it checks out the target source using
`head.ref`. This is a symbolic name whose commit target can change
between when the workflow is approved and when it is started.

Use `head.sha` instead, which won't change.

@aws-cdk-testing/[email protected]

chore: move testrunning to separate workflow

Necessary for permissions.

@aws-cdk-testing/[email protected]

fix: add Jest as runtime dependency

Also add a workflow to automatically queue PRs.

@aws-cdk-testing/[email protected]

fix: bump dependencies to properly release as 3.x

@aws-cdk-testing/[email protected]

chore: Update projen files and runner, and final tweaks