Skip to content

Commit 0dc25c3

Browse files
committed
[misc] CI: allow deno tests to fail without blocking workflow
1 parent 6d99b8b commit 0dc25c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393

9494
- name: Run Tests deno
9595
if: ${{ matrix.deno }}
96+
continue-on-error: true
9697
run: |
9798
deno task test
9899
env:

0 commit comments

Comments
 (0)