Skip to content

Commit 6c86cc9

Browse files
Allow deno test failure
1 parent 975f6eb commit 6c86cc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ jobs:
427427
job_deno_unit_tests:
428428
name: Deno Unit Tests
429429
needs: [job_get_metadata, job_build]
430+
continue-on-error: true
430431
if: needs.job_get_metadata.outputs.changed_deno == 'true' || github.event_name != 'pull_request'
431432
timeout-minutes: 10
432433
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)