Skip to content

Commit e4a562d

Browse files
committed
👷 ci(unit): omit win and install docker for mac
1 parent 0071d29 commit e4a562d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/unit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
node-version: [16]
12-
platform: [ubuntu-latest, macos-latest, windows-latest]
12+
platform: [ubuntu-latest, macos-latest]
1313
runs-on: ${{ matrix.platform }}
1414
steps:
1515
- name: Checkout
@@ -22,6 +22,9 @@ jobs:
2222
uses: dapr/setup-dapr@v1
2323
with:
2424
version: '1.5.1'
25+
- name: Install Docker for macOS
26+
uses: docker-practice/actions-setup-docker@master
27+
if: ${{ matrix.platform == 'macos-latest' }}
2528
- name: Initialize Dapr
2629
run: dapr init
2730
- name: Install dependencies

0 commit comments

Comments
 (0)