Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 991014e

Browse files
committed
fixing GH action build
1 parent 68d3dcf commit 991014e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: rm -rf sb.fts && rm -rf backend/sb.fts
4444

4545
- name: Clear all cache keys
46-
run: docker exec core_redis_1 echo FLUSHDB | redis-cli
46+
run: docker exec core_redis_1 redis-cli FLUSHDB
4747

4848
- name: Test (Mongo data store)
4949
run: make alltest

0 commit comments

Comments
 (0)