-
Notifications
You must be signed in to change notification settings - Fork 76
Enable the integration tests for Anthropic #743
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
Conversation
28fd621
to
b53eab7
Compare
Hello! I'm CodeGate, your security-focused AI assistant. I can help you with: | ||
|
||
- Software security analysis and reviews | ||
- Package security assessments | ||
- Secure coding practices and guidance | ||
- Security vulnerability analysis | ||
- Best practices for secure implementations | ||
|
||
How can I assist you with your security needs today? |
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.
I had to change this otherwise it was failing the test. I made it similar to the test we did for Copilot.
Of course if we expect to have a codegate-aware answer let me know as we might have a bug 👍
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.
no, I think this was a remnant of us adding the codegate prompt to everything
- name: Run integration tests - Anthropic | ||
env: | ||
CODEGATE_PROVIDERS: "anthropic" | ||
ENV_ANTHROPIC_KEY: ${{ secrets.anthropic-key }} |
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.
we might want to do a matrix in the future, but this is good enough
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.
I was thinking about that too, but I wanted to get everything running first and then do that as a follow up 👍 That way they can run in parallel too
Signed-off-by: Radoslav Dimitrov <[email protected]>
Signed-off-by: Radoslav Dimitrov <[email protected]>
b53eab7
to
f9f8d83
Compare
Fixes: #742