Skip to content

Commit 6a73fff

Browse files
Adding redis-tools to the verify step (redis-cli)
1 parent 7c63b07 commit 6a73fff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test-basic-functionality.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ jobs:
5757
- name: Install dependencies
5858
run: |
5959
poetry install --no-root
60-
60+
61+
- name: Install Redis CLI
62+
run: |
63+
sudo apt-get update
64+
sudo apt-get install -y redis-tools
65+
6166
- name: Wait for Redis to be ready
6267
run: |
6368
echo "Waiting for Redis to be ready..."

0 commit comments

Comments
 (0)