Skip to content

Commit 1fa74e4

Browse files
bug: fix broken test-sdk-packages github workflow in nodejs block (#116)
1 parent 594c954 commit 1fa74e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-sdk-packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
test-node-sdk:
3636
strategy:
3737
fail-fast: false
38-
matrix: ['linux']
38+
matrix:
39+
platform: ['linux']
3940
uses: ./.github/workflows/test-server-sdk.yml
4041
with:
4142
platform: ${{ matrix.platform }}

0 commit comments

Comments
 (0)