Skip to content

Commit df0ab80

Browse files
Fix yaml file
1 parent 4354538 commit df0ab80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
with:
1616
path: "**/node_modules"
1717
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
18-
- run: npm run install
18+
- run: npm install
1919
- run: npm run test
2020

0 commit comments

Comments
 (0)