Skip to content

Commit 1f6299d

Browse files
fix(mysql2-tav): add 'pretest' command to tav.yml for mysql2 version 3 (open-telemetry#1490)
1 parent 5709008 commit 1f6299d

File tree

1 file changed

+2
-0
lines changed
  • plugins/node/opentelemetry-instrumentation-mysql2

1 file changed

+2
-0
lines changed

plugins/node/opentelemetry-instrumentation-mysql2/.tav.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
mysql2:
22
- versions: <4 >=3.2.0 || 3.1.0 || 3.0.0
33
commands: npm run test
4+
# Fix missing `test-utils` package
5+
pretest: npm run --prefix ../../../ lerna:link
46

57
- versions: <3 >=2.3.2 || 2.3.0 || 2.2.5 || 2.1.0
68
# Skip 2.3.3 which installs types from git which takes 10m on it's own

0 commit comments

Comments
 (0)