Skip to content

Commit

Permalink
enable redis in behat-prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
John Spellman committed May 2, 2023
1 parent c664538 commit 6140333
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/behat-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ set -ex
terminus env:create $TERMINUS_SITE.dev $TERMINUS_ENV
terminus env:wipe $SITE_ENV --yes

# Enable Redis
terminus redis:enable $TERMINUS_SITE

###
# Get all necessary environment details.
###
Expand Down

0 comments on commit 6140333

Please sign in to comment.