Skip to content

Commit 33ba1d2

Browse files
ci: Fix path in AI integration tests (#5347)
1 parent e335ad8 commit 33ba1d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ai-integration-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ jobs:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: Run Python SDK Tests
37-
uses: getsentry/testing-ai-sdk-integrations@1c6853a3a46ff1217248bf2b61e3ca5c4fcafdca
37+
uses: getsentry/testing-ai-sdk-integrations@dba21cbfb57482556338983d8c35e6b09b534667
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:
4141
language: py
42+
sentry-python-path: ${{ github.workspace }}
4243
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
4344
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
4445
google-api-key: ${{ secrets.GOOGLE_API_KEY }}

0 commit comments

Comments
 (0)