Skip to content

Commit daeba89

Browse files
committed
add gitaction test
1 parent 875c7e5 commit daeba89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424
cache: "pnpm"
2525

26+
- name: Install PNPM
27+
run: npm i -g pnpm
28+
2629
- name: Execute Unit tests
2730
run: pnpm test

0 commit comments

Comments
 (0)