8000 ci: Fix non-PR unit tests (#13174) · benjick/sentry-javascript@6a61244 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a61244

Browse files
authored
ci: Fix non-PR unit tests (getsentry#13174)
1 parent 73ca138 commit 6a61244

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
- *shared
127127
- *node
128128
- 'dev-packages/node-integration-tests/**'
129+
- 'packages/nestjs/**'
129130
nextjs:
130131
- *shared
131132
- *browser

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test:pr": "nx affected -t test --exclude \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests,overhead-metrics}\"",
3838
"test:pr:browser": "yarn test:pr --exclude \"@sentry/{core,utils,opentelemetry,bun,deno,node,profiling-node,aws-serverless,google-cloud-serverless,nextjs,nestjs,astro,cloudflare,solidstart,nuxt,remix,gatsby,sveltekit,vercel-edge}\"",
3939
"test:pr:node": "ts-node ./scripts/node-unit-tests.ts --affected",
40-
"test:ci:browser": "lerna run test --ignore \"@sentry/{core,utils,opentelemetry,bun,deno,node,profiling-node,aws-serverless,google-cloud-serverless,nextjs,nestjs,astro,cloudflare,solidstart,nuxt,remix,gatsby,sveltekit,vercel-edge}\"",
40+
"test:ci:browser": "lerna run test --ignore \"@sentry/{core,utils,opentelemetry,bun,deno,node,profiling-node,aws-serverless,google-cloud-serverless,nextjs,nestjs,astro,cloudflare,solidstart,nuxt,remix,gatsby,sveltekit,vercel-edge}\" --ignore \"@sentry-internal/{browser-integration-tests,e2e-tests,integration-shims,node-integration-tests,overhead-metrics}\"",
4141
"test:ci:node": "ts-node ./scripts/node-unit-tests.ts",
4242
"test:ci:bun": "lerna run test --scope @sentry/bun",
4343
"yalc:publish": "lerna run yalc:publish"

0 commit comments

Comments
 (0)
0