Skip to content

Commit ed34fbd

Browse files
ci: We need to initialize Dapr
1 parent 75c2e33 commit ed34fbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- name: Dapr - Install CLI
4343
run: wget -q ${{ env.DAPR_INSTALL_URL }} -O - | /bin/bash -s ${{ env.DAPR_CLI_VER }}
4444

45+
- name: Dapr - Initialize
46+
run: dapr init
47+
4548
- name: Install Dependencies
4649
run: npm i
4750

0 commit comments

Comments
 (0)