wechaty / getting-started

A Starter Project Template for Wechaty works out-of-the-box
https://gitpod.io/#https://github.com/wechaty/wechaty-getting-started
Apache License 2.0
779 stars 344 forks source link

Fix error in self testing bot #193

Closed sbis04 closed 2 years ago

sbis04 commented 2 years ago

I have fixed the error in self testing bot as mentioned in this issue: https://github.com/wechaty/wechaty.js.org/issues/1146

gitpod-io[bot] commented 2 years ago

lijiarui commented 2 years ago

@sbis04 Please make Github action green first :)

huan commented 2 years ago

@sbis04 Thank you very much for the fix!

@lijiarui The GitHub action is not green because our unit tests need a secret that is not available for PR. I'll try to disable the unit tests that requires the secret in PR in the future, so that it will not block PRs.