pulumi / pulumi-policy

Pulumi's Policy as Code SDK, CrossGuard. Define infrastructure checks in code to enforce security, compliance, cost, and other practices, enforced at deployment time.
https://www.pulumi.com/docs/guides/crossguard/
Apache License 2.0
32 stars 4 forks source link

Run tests daily #293

Open justinvp opened 1 year ago

justinvp commented 1 year ago

Currently, we're only running tests for PRs, when commits are merged into master, and when tagging a release.

We need to be running tests daily, ideally testing against both released CLI and SDKs as well as nightly builds, like in the examples repo, to catch any regressions as early as possible.