Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-bwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
with:
files: coverage.xml
fail_ci_if_error: true
version: v11.2.3 # Do not bump until this is fixed: https://github.com/getsentry/prevent-cli/issues/101
version: v11.2.5 # Do not bump until this is fixed: https://github.com/getsentry/prevent-cli/issues/101

- name: Comment PR if tests failed
if: steps.upload-to-codecov.outcome == 'failure'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
with:
files: coverage.xml
fail_ci_if_error: true
version: v11.2.3 # Do not bump until this is fixed: https://github.com/getsentry/prevent-cli/issues/101
version: v11.2.5 # Do not bump until this is fixed: https://github.com/getsentry/prevent-cli/issues/101

- name: Comment PR if tests failed
if: steps.upload-to-codecov.outcome == 'failure'
Expand Down
Loading