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 5307e03 commit 0071d29Copy full SHA for 0071d29
.github/workflows/unit.yml
@@ -22,6 +22,8 @@ jobs:
22
uses: dapr/setup-dapr@v1
23
with:
24
version: '1.5.1'
25
+ - name: Initialize Dapr
26
+ run: dapr init
27
- name: Install dependencies
28
run: npm install
29
- name: Build TypeScript project
0 commit comments