-
Notifications
You must be signed in to change notification settings - Fork 47
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 Github actions for Pull Requests #58
Conversation
rjs/helper.go
Outdated
for _, s := range _lst { | ||
by = append(by, byte(s)) | ||
} |
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.
Yup, I remembered the JSONType and some other methods did have some different customized output which was causing problems when used directly.
I'll look into it tomorrow, it's pressing now.
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.
@breno12321
Let's continue the encoding issue in #57 and merge this here with only the workflow yaml changes.
Can you remove your changes from rjs/helper.go
file, so that we can merge this?
Oh sorry I thought I didn't sent them together |
@Shivam010 Uhm why it still don't pass even though its just github actions change 🤔 |
Pull Request Test Coverage Report for Build 1697907725
💛 - Coveralls |
It's the version issue, we are using the latest version of Redislabs have changed some command responses after For now, limiting the support to 1.0.8 and merging changes |
Ignoring the |
Thanks <3 |
No description provided.