Open
Description
We should aim to make implement tests that resembles real life usage:
- trigger reconciliation with multiple event sources
- multiple resources - actually we might run it multiple times with different number of resources
Would be nice to also compare the output with the output from main, GitHub Actions support outputs in some form:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Not sure if this can be used for this purpose.
Also would be to should a table in the PR discussions, this is now supported nicely with GitHub (just cannot find the docs)