Skip to content

Commit 37d277e

Browse files
committed
Update ci.yml
1 parent 9c6c76b commit 37d277e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
- name: Check out repository code
88
uses: actions/checkout@v3
99

10+
- name: Install modules
11+
run: npm install
12+
1013
- name: Test
1114
run: npm run test-ci
1215

0 commit comments

Comments
 (0)