Skip to content

Commit 6e47877

Browse files
authored
ci: Temporarily disable Prevent upload
Temporarily disable uploading test results to Sentry Prevent due to CCMRG-1820.
1 parent ca23268 commit 6e47877

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,14 @@ jobs:
6363

6464
- name: Run tests with nextest
6565
run: cargo nextest run --profile ci --all-features --all-targets
66-
67-
- name: Upload test results to Sentry Prevent
68-
if: ${{ !cancelled() }}
69-
uses: getsentry/prevent-action@v0
70-
with:
71-
files: target/nextest/ci/junit.xml
72-
disable_search: true
66+
67+
# Temporarily disabled due to CCMRG-1820
68+
# - name: Upload test results to Sentry Prevent
69+
# if: ${{ !cancelled() }}
70+
# uses: getsentry/prevent-action@v0
71+
# with:
72+
# files: target/nextest/ci/junit.xml
73+
# disable_search: true
7374

7475
MSRV:
7576
strategy:

0 commit comments

Comments
 (0)