mirror of https://github.com/dapr/quickstarts.git
disable redis autostart in gh workflow
Signed-off-by: Sarthak Sharma <sartsharma@microsoft.com>
This commit is contained in:
parent
53196cacc0
commit
e9d3da9dc0
|
@ -47,6 +47,7 @@ jobs:
|
|||
uses: shogo82148/actions-setup-redis@v1
|
||||
with:
|
||||
redis-version: '6'
|
||||
auto-start: false
|
||||
- name: Install docker - MacOS
|
||||
if: matrix.os == 'macos-11'
|
||||
uses: docker-practice/actions-setup-docker@v1
|
||||
|
|
Loading…
Reference in New Issue