Skip to content

Commit b62eecb

Browse files
authored
chore(ci): Always run Node unit tests (#10613)
Always run Node unit tests because unlike the name suggests, they not only execute @sentry/node specific unit tests but all server-side package unit tests, including packages like Astro, NextJS or Serverless.
1 parent 11d854e commit b62eecb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ jobs:
516516
517517
job_node_unit_tests:
518518
name: Node (${{ matrix.node }}) Unit Tests
519-
if: needs.job_get_metadata.outputs.changed_node == 'true' || github.event_name != 'pull_request'
520519
needs: [job_get_metadata, job_build]
521520
timeout-minutes: 10
522521
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)