-
Notifications
You must be signed in to change notification settings - Fork 77
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
Fix ChatOpts /gen-test command error #1993
Conversation
/gen-test |
[CHATOPS:HELP] ChatOps commands.
|
[GEN TEST] Generating missing test files triggered by kevindiu. |
[GEN TEST] Failed to generate tests. |
Deploying with Cloudflare Pages
|
/gen-test |
[GEN TEST] Generating missing test files triggered by kevindiu. |
[GEN TEST] Failed to generate tests. |
/gen-test |
[GEN TEST] Generating missing test files triggered by kevindiu. |
[GEN TEST] Failed to generate tests. |
/gen-test |
[GEN TEST] Generating missing test files triggered by kevindiu. |
[GEN TEST] Failed to generate tests. |
/gen-test |
[GEN TEST] Generating missing test files triggered by kevindiu. |
[GEN TEST] Failed to generate tests. |
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
a21177c
to
e853075
Compare
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.
LGTM
Description:
This PR fixes the ChatOpts command
/gen-test
CI error.Error log:
https://github.com/vdaas/vald/actions/runs/4592104780/jobs/8108855745
Related Issue:
Versions:
Checklist:
Special notes for your reviewer:
Since the Github action always triggered base on the main branch due to security reason, the changes of this PR will not be affected until this PR is merged.
After this PR is reviewed and merged, I will create another PR to test the ChatOpts command
/gen-test
.