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 Sep 5, 2024
1 parent 8d74683 commit 36c54f1
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 36c54f1

Please sign in to comment.