forked from open-telemetry/opentelemetry-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: Add test-all-versions scripts to redis & ioredis (open-telemet…
- Loading branch information
Yaniv Davidi
authored
Aug 25, 2021
1 parent
ecde944
commit b213984
Showing
6 changed files
with
106 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ioredis: | ||
# Ignoring v4.19.0. Tests never ends. Caused by https://github.com/luin/ioredis/pull/1219 | ||
versions: ">1 < 4.19.0 || > 4.19.0 < 5" | ||
commands: npm run test | ||
|
||
# Fix missing `test-utils` package | ||
pretest: npm run --prefix ../../../ lerna:link |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
redis: | ||
versions: ^2.6.0 || ^3.0.0 | ||
commands: npm run test | ||
|
||
# Fix missing `test-utils` package | ||
pretest: npm run --prefix ../../../ lerna:link |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters