Skip to content

Commit 780054d

Browse files
committed
ci: fix run command to include npm
1 parent aaf5c6d commit 780054d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
node-version: '14.x'
2323

2424
- name: Install dependencies and Run Tests
25-
run: clean-install-test
25+
run: npm clean-install-test

0 commit comments

Comments
 (0)