Skip to content

Commit

Permalink
fix(state): Add redis 7 stack in test-info.mjs
Browse files Browse the repository at this point in the history
Signed-off-by: Luigi Rende <[email protected]>
  • Loading branch information
luigirende committed Oct 22, 2024
1 parent e206715 commit 63bffc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/scripts/test-info.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,11 @@ const components = {
conformanceSetup: 'docker-compose.sh redis7 redis',
sourcePkg: ['state/redis', 'common/component/redis'],
},
'state.redis.v7stack': {
conformance: true,
conformanceSetup: 'docker-compose.sh redis7stack redis',
sourcePkg: ['state/redis', 'common/component/redis'],
},
'state.rethinkdb': {
conformance: true,
conformanceSetup: 'docker-compose.sh rethinkdb',
Expand Down

0 comments on commit 63bffc8

Please sign in to comment.