Skip to content

Commit 73accec

Browse files
authored
test(instrumentation-mysql2): fix error in .tav.yml that resulted in no command to run (#3158)
1 parent cf4bb9d commit 73accec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/instrumentation-mysql2/.tav.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ mysql2:
55
# Skip 2.3.3 which installs types from git which takes 10m on its own
66
exclude: "1.6.2 || 2.3.3"
77
mode: max-3
8-
commands: npm run test
8+
commands: npm run test
99
- versions:
1010
include: ">=3 <4"
1111
mode: max-7
12-
commands: npm run test
12+
commands: npm run test

0 commit comments

Comments
 (0)