Skip to content

Commit

Permalink
test(nestjs-core): skip tav for instrumentation-nestjs-core on node…
Browse files Browse the repository at this point in the history
… 8 and 12 (#1148)

* fix(nestjs-core): fixed tav to work on all node versions
* fix(nestjs-core): removed nestjs-core from node8 test-all-versions
* feat(nestjs-core): removed ed version 10 for nestjs-core from tav
  • Loading branch information
osherv authored Sep 14, 2022
1 parent 59f7bce commit c1a8622
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit c1a8622

Please sign in to comment.