Skip to content

Commit

Permalink
👷 ci(unit): try to enable dapr matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Haili Zhang <[email protected]>
  • Loading branch information
webup committed Jul 19, 2022
1 parent 4da35b5 commit 351c639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
strategy:
matrix:
node-version: [16]
dapr-version: [1.6.3, 1.7.4]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -26,7 +27,7 @@ jobs:
uses: docker-practice/actions-setup-docker@master
if: ${{ matrix.platform == 'macos-latest' }}
- name: Initialize Dapr
run: dapr init -s --runtime-version 1.7.1
run: dapr init -s --runtime-version ${{ matrix.dapr-version }}
- name: Install dependencies
run: npm install
- name: Build TypeScript project
Expand Down

0 comments on commit 351c639

Please sign in to comment.