Skip to content

Commit 1d16f71

Browse files
committed
Check tests
1 parent dc2ba77 commit 1d16f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Configure Redis for CI
4949
run: |
50-
apk add --no-cache redis
50+
apt-get update && apt-get install -y redis-tools
5151
redis-cli -h redis -p 6379 CONFIG SET stop-writes-on-bgsave-error no
5252
redis-cli -h redis -p 6379 CONFIG SET save ""
5353

0 commit comments

Comments
 (0)