Skip to content

Commit da7f9f7

Browse files
committed
fix tests by running clone script first
1 parent 5a0ec89 commit da7f9f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ jobs:
4141
cache: npm
4242
- name: Install Dependencies
4343
run: npm ci
44+
- run: npm run clone
4445
- name: Run Tests
4546
run: npm test

0 commit comments

Comments
 (0)