Skip to content

Commit c02106d

Browse files
committed
fix: start redis on github unittests
Signed-off-by: ataldir <ataldir@cisco.com>
1 parent 1f547f4 commit c02106d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
make TYK_VERSION="${{ env.TYK_VERSION }}" setup
5959
mkdir -p tyk-release-${{ env.TYK_VERSION }}/models/
6060
make TYK_VERSION="${{ env.TYK_VERSION }}" download_models_for_semrouter
61+
make start_redis
6162
6263
- name: Run tests
6364
run: |

0 commit comments

Comments
 (0)