Skip to content

Commit c3a81af

Browse files
authored
fix: fix broken ci (#7354)
the sentry integrations test part of ci is broken bc there was recently a PR that moved around the file structure of their tests in the sentry repo. this fixes it. see here https://github.com/getsentry/sentry/pull/97636/files#diff-f906c21df5a1c48e1a69e8bf1dc7af22d113ffab0f8fa7696b844bd58bfc3f72 and here https://github.com/getsentry/snuba/actions/runs/16947408152/job/48031925559?pr=7331
1 parent ecd167d commit c3a81af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ jobs:
370370
tests/sentry/snuba \
371371
tests/sentry/eventstream/kafka \
372372
tests/sentry/post_process_forwarder \
373-
tests/sentry/eventstore/snuba \
373+
tests/sentry/services/eventstore/snuba \
374374
tests/sentry/search/events \
375375
tests/sentry/event_manager \
376376
tests/sentry/api/endpoints/test_organization_profiling_functions.py \

0 commit comments

Comments
 (0)