Skip to content

Commit 0071d29

Browse files
committed
👷 ci(unit): add missing dapr init step
1 parent 5307e03 commit 0071d29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: dapr/setup-dapr@v1
2323
with:
2424
version: '1.5.1'
25+
- name: Initialize Dapr
26+
run: dapr init
2527
- name: Install dependencies
2628
run: npm install
2729
- name: Build TypeScript project

0 commit comments

Comments
 (0)