Skip to content

Commit

Permalink
fix(mysql2-tav): add 'pretest' command to tav.yml for mysql2 version 3 (
Browse files Browse the repository at this point in the history
  • Loading branch information
haddasbronfman authored May 7, 2023
1 parent 5709008 commit 1f6299d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/node/opentelemetry-instrumentation-mysql2/.tav.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
mysql2:
- versions: <4 >=3.2.0 || 3.1.0 || 3.0.0
commands: npm run test
# Fix missing `test-utils` package
pretest: npm run --prefix ../../../ lerna:link

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

0 comments on commit 1f6299d

Please sign in to comment.