Skip to content

Commit d228479

Browse files
committed
Fixed CI workflow error syntax issue.
1 parent 8e25a9e commit d228479

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)