-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add basic github action for regression testing #81
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, great to see this covered by some basic smoke/regression tests @dominikschubert ! 🚀 Nice idea with the multi-account testing for 000000000001
as well 👌
which aws | ||
which awslocal | ||
|
||
- name: Start and wait for localstack (Community) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: At some point in the future we could start dogfooding our own Github Action.. https://github.com/localstack/setup-localstack 😎 (no need to change for now, though..)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! These tests were long overdue! 🥇 💯
Thanks @alexrashed for pointing out that this is still open 😅 |
Adds a basic GitHub action regression test to verify that basic awslocal commands are still working.
Can be extended with multiple other cases as well like:
awslocal ...
service calls