Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit e12ddb7

Browse files
committed
Fix folder name in test ci step
1 parent 15dfa1e commit e12ddb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
run: ls
1111
- name: "Install npm dependencies in all parser sub projects"
1212
run: |
13-
for dir in scanner/*/parser/
13+
for dir in scanners/*/parser/
1414
do
1515
cd $dir
1616
if [ -f package.json ] && [ -f package-lock.json ]; then

0 commit comments

Comments
 (0)