Skip to content

Commit e176704

Browse files
committed
Added more fixes to the Github workflow.
1 parent 9580d03 commit e176704

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
# after a new stable version comes out.
3434
- "3.29.3"
3535
- "3.x"
36+
fail-fast: false
3637
steps:
3738
- name: 📚 Git Checkout
3839
uses: actions/checkout@v4
@@ -59,3 +60,5 @@ jobs:
5960

6061
- name: 📁 Upload coverage to Codecov
6162
uses: codecov/codecov-action@v5
63+
# TODO: Remove the below once we have adequate tests for this library.
64+
continue-on-error: true

0 commit comments

Comments
 (0)