Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(nestjs-core): fixed nestjs-core tav to work on all node versions #1148

Merged
2 changes: 2 additions & 0 deletions .github/workflows/test-all-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ jobs:
--ignore @opentelemetry/instrumentation-mongodb
--ignore @opentelemetry/instrumentation-redis-4
--ignore @opentelemetry/instrumentation-hapi
--ignore @opentelemetry/instrumentation-nestjs-core
- node: "10"
lerna-extra-args: >-
--ignore @opentelemetry/instrumentation-aws-sdk
--ignore @opentelemetry/instrumentation-pino
--ignore @opentelemetry/instrumentation-mongodb
--ignore @opentelemetry/instrumentation-redis-4
--ignore @opentelemetry/instrumentation-hapi
--ignore @opentelemetry/instrumentation-nestjs-core
runs-on: ubuntu-latest
services:
memcached:
Expand Down