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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
test: Added workflows to test this deploy action (#5)
* test: Added 'committed' test mini project
Where serverpod and scloud generated files are committed. (The default when creating a serverpod project.)
* test: Added 'non-committed' test mini project
Where serverpod and scloud generated files are NOT committed and need to be recreated on deploy.
* test: GitHub workflow to test deploy with committed
* test: GitHub workflow to test deploy with non-committed
* chore: Bumped version in examples to v1
* test: Made base test case work with flutter build
* test: Simplified flutter install example clause