What should an honest consumer-repository E2E test prove? #34
daichunghy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I say consumer-repository E2E I do not mean another unit test with a different filename.
The point is to use the Action the way an external repo would: committed bundle, pinned ref, limited permissions, no access to the consumer's source schemas.
What is the minimum proof that an Action is usable outside its own repository?
All reactions