Skip to content

Commit e627d15

Browse files
Update main.yml
1 parent 5e98cac commit e627d15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
node-version: '14'
2323

24+
- name: Change to correct directory
25+
run: cd path/to/your/sub-directory
26+
2427
- name: Install dependencies
2528
run: npm install
2629

0 commit comments

Comments
 (0)