We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0071d29 commit e4a562dCopy full SHA for e4a562d
.github/workflows/unit.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
node-version: [16]
12
- platform: [ubuntu-latest, macos-latest, windows-latest]
+ platform: [ubuntu-latest, macos-latest]
13
runs-on: ${{ matrix.platform }}
14
steps:
15
- name: Checkout
@@ -22,6 +22,9 @@ jobs:
22
uses: dapr/setup-dapr@v1
23
with:
24
version: '1.5.1'
25
+ - name: Install Docker for macOS
26
+ uses: docker-practice/actions-setup-docker@master
27
+ if: ${{ matrix.platform == 'macos-latest' }}
28
- name: Initialize Dapr
29
run: dapr init
30
- name: Install dependencies
0 commit comments