Skip to content

Commit 3e0a498

Browse files
committed
fix
1 parent 6ad9add commit 3e0a498

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
15+
with:
16+
submodules: 'recursive'
1517
- name: Set up Node.js
1618
uses: actions/setup-node@v4
1719
with:

0 commit comments

Comments
 (0)