Skip to content

Commit bfec2c4

Browse files
committed
adding continue-on-error to ci yml
1 parent c6a1b82 commit bfec2c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
include:
3030
node: 12
3131
continue-on-error: true
32+
continue-on-error: ${{ matrix.continue-on-error }}
3233

3334
steps:
3435
- name: Checkout Code

0 commit comments

Comments
 (0)