mirror of https://github.com/dapr/quickstarts.git
update github workflow
Signed-off-by: Sarthak Sharma <sartsharma@microsoft.com>
This commit is contained in:
parent
a10948ed6f
commit
6976f58752
|
|
@ -44,11 +44,10 @@ jobs:
|
||||||
quickstart_variant: [http, sdk]
|
quickstart_variant: [http, sdk]
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Redis
|
- name: Setup Redis
|
||||||
- uses: actions/checkout@v3
|
uses: shogo82148/actions-setup-redis@v1
|
||||||
- uses: shogo82148/actions-setup-redis@v1
|
|
||||||
with:
|
with:
|
||||||
redis-version: '6'
|
redis-version: '6'
|
||||||
- run: redis-cli ping
|
run: redis-cli ping
|
||||||
- name: Install docker - MacOS
|
- name: Install docker - MacOS
|
||||||
if: matrix.os == 'macos-11'
|
if: matrix.os == 'macos-11'
|
||||||
uses: docker-practice/actions-setup-docker@v1
|
uses: docker-practice/actions-setup-docker@v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue