We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c86cc9 commit b29a2b1Copy full SHA for b29a2b1
.github/workflows/build.yml
@@ -427,7 +427,6 @@ jobs:
427
job_deno_unit_tests:
428
name: Deno Unit Tests
429
needs: [job_get_metadata, job_build]
430
- continue-on-error: true
431
if: needs.job_get_metadata.outputs.changed_deno == 'true' || github.event_name != 'pull_request'
432
timeout-minutes: 10
433
runs-on: ubuntu-20.04
@@ -935,7 +934,6 @@ jobs:
935
934
job_browser_build_tests,
936
job_browser_unit_tests,
937
job_bun_unit_tests,
938
- job_deno_unit_tests,
939
job_node_unit_tests,
940
job_nextjs_integration_test,
941
job_node_integration_tests,
0 commit comments