We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5709008 commit 1f6299dCopy full SHA for 1f6299d
plugins/node/opentelemetry-instrumentation-mysql2/.tav.yml
@@ -1,6 +1,8 @@
1
mysql2:
2
- versions: <4 >=3.2.0 || 3.1.0 || 3.0.0
3
commands: npm run test
4
+ # Fix missing `test-utils` package
5
+ pretest: npm run --prefix ../../../ lerna:link
6
7
- versions: <3 >=2.3.2 || 2.3.0 || 2.2.5 || 2.1.0
8
# Skip 2.3.3 which installs types from git which takes 10m on it's own
0 commit comments