Skip to content

Commit f9c6b72

Browse files
committed
fix yaml typo
1 parent dca2e1e commit f9c6b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache: 'npm'
3939

4040
- name: Install dependencies
41-
run: npm install --build-from-source
41+
run: npm ci
4242

43-
- name: Run Jest unit tests
43+
- name: Run Mocha unit tests
4444
run: npm run test

0 commit comments

Comments
 (0)