pulumi / pulumi-github

A Pulumi package to facilitate interacting with GitHub
Apache License 2.0
56 stars 10 forks source link

Make tests work for both PRC and non-PRC #704

Closed VenelinMartinov closed 1 week ago

VenelinMartinov commented 1 week ago

related to https://github.com/pulumi/pulumi-terraform-bridge/issues/1785

The GRPC test asserts on secondary behaviour which change under PRC. This adapts the test to pass under both PRC and non-PRC.

This removes the need to sync bridge changes to changes in the provider repo, allowing an easier time running downstream tests. Will clean up after enabling PRC by default here.

github-actions[bot] commented 1 week ago

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.