Skip to content

Commit 351c639

Browse files
committed
👷 ci(unit): try to enable dapr matrix
Signed-off-by: Haili Zhang <haili.zhang@outlook.com>
1 parent 4da35b5 commit 351c639

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
node-version: [16]
12+
dapr-version: [1.6.3, 1.7.4]
1213
platform: [ubuntu-latest]
1314
runs-on: ${{ matrix.platform }}
1415
steps:
@@ -26,7 +27,7 @@ jobs:
2627
uses: docker-practice/actions-setup-docker@master
2728
if: ${{ matrix.platform == 'macos-latest' }}
2829
- name: Initialize Dapr
29-
run: dapr init -s --runtime-version 1.7.1
30+
run: dapr init -s --runtime-version ${{ matrix.dapr-version }}
3031
- name: Install dependencies
3132
run: npm install
3233
- name: Build TypeScript project

0 commit comments

Comments
 (0)