Skip to content

Commit 9263811

Browse files
fix: use prevent cli binary
1 parent 1bf5553 commit 9263811

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- name: Upload test results to Codecov
2020
if: ${{ !cancelled() }}
2121
run: |
22-
pip install sentry-prevent-cli
23-
sentry-prevent-cli -v upload --report-type test-results
22+
curl -LOs https://github.com/getsentry/prevent-cli/releases/latest/download/sentry-prevent-cli_linux
23+
chmod u+x sentry-prevent-cli_linux
24+
sentry-prevent-cli_linux -v upload --report-type test-results
2425
env:
2526
PREVENT_TOKEN: ${{ secrets.PREVENT_TOKEN }}

0 commit comments

Comments
 (0)