Skip to content

Commit b0e825a

Browse files
authored
Update ci.yml
1 parent f04c201 commit b0e825a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: ${{ matrix.node-version }}
1717
- name: install, build, and test
1818
run: |
19-
yarn install
20-
yarn test-unit
19+
npm i
20+
yarn test
2121
env:
2222
CI: true

0 commit comments

Comments
 (0)