Skip to content

Commit b29a2b1

Browse files
remove deno unit test from the required
1 parent 6c86cc9 commit b29a2b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ jobs:
427427
job_deno_unit_tests:
428428
name: Deno Unit Tests
429429
needs: [job_get_metadata, job_build]
430-
continue-on-error: true
431430
if: needs.job_get_metadata.outputs.changed_deno == 'true' || github.event_name != 'pull_request'
432431
timeout-minutes: 10
433432
runs-on: ubuntu-20.04
@@ -935,7 +934,6 @@ jobs:
935934
job_browser_build_tests,
936935
job_browser_unit_tests,
937936
job_bun_unit_tests,
938-
job_deno_unit_tests,
939937
job_node_unit_tests,
940938
job_nextjs_integration_test,
941939
job_node_integration_tests,

0 commit comments

Comments
 (0)