Skip to content

Commit c54f4be

Browse files
authored
Merge pull request #929 from diegotori/github_workflow_fix
Fixed CI workflow error syntax issue.
2 parents 8e25a9e + d228479 commit c54f4be

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
@@ -93,4 +93,4 @@ jobs:
9393
- name: 📁 Upload coverage to Codecov
9494
uses: codecov/codecov-action@v5
9595
# TODO: Remove the below once we have adequate tests for this library.
96-
continue-on-error: "true"
96+
continue-on-error: true

0 commit comments

Comments
 (0)