realtime-py
realtime-py copied to clipboard
Setup Github Actions
Chore
We need a functioning CI checks and tests for this library so that we can ensure everything is working as expected.
hi @J0 , i would like to work on this issue
Sure, go for it @RizkyRajitha
hi @J0 ,
my task is to create test cases and then add GitHub actions .
i am familiar with gh actions so that seems okay , can i have some more details about how to write the tests
thanks
Hey @RizkyRajitha,
Apologies for the delay. You can start with the GH actions first -- the test cases can come later -- you can include a blank test or trivial test just to make sure it works
thanks @J0 , i will create a pr .
hi @RizkyRajitha ,
in gh actions , shall i use poetry
to install dependencies because requirements.txt
file is not available in this repo.
i got gist by referring to this ci file
https://github.com/supabase-community/supabase-py/blob/develop/.github/workflows/ci-python.yml
Sure, that works. Thanks so much!
@J0 thanks , let me know if i need to do any alterations
Resolved by #18
Thanks @RizkyRajitha !