You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: conformance test should set env variables that reflect prod (#122)
* fix: conformance test should set env variables that reflect prod
* expose 'envs' option to allow overriding runtime env
feat: add support for conformance testing 'typed' declarative functio…
…n signature (#121)
* feat: add support for conformance testing 'typed' declarative function signature
* expose 'typed' conformance test in github action workflows
* Add typed conformance test example to README.md
feat: use gae-runtimes GCR for builders (#117)
* feat: use gae-runtimes GCR for builders
This includes the ability to use the latest tag to always test with the
latest builder.
feat: add 'cache-path' parameter to actions/client/install (#115)
This makes the action more flexible so it can be reused by more
Workflows other than the buildpack integration test.