Skip to content

Commit

Permalink
test on edge
Browse files Browse the repository at this point in the history
  • Loading branch information
shacharPash committed May 16, 2023
1 parent 01660b1 commit cee764e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/json/lib/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import RedisJSON from '.';

export default new TestUtils({
dockerImageName: 'redislabs/rejson',
dockerImageVersionArgument: 'rejson-version'
dockerImageVersionArgument: 'rejson-version',
defaultDockerVersion: 'edge'
});

export const GLOBAL = {
Expand Down

0 comments on commit cee764e

Please sign in to comment.