Skip to content

Commit 25d607a

Browse files
committed
ci: also checkout submodules
1 parent a12d1a9 commit 25d607a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
os: ubuntu-latest
3131
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
3232
steps:
33-
- uses: actions/checkout@v1
33+
- uses: actions/checkout@v2
34+
with:
35+
submodules: 'recursive'
3436
- uses: pnpm/[email protected]
3537
with:
3638
version: 6

0 commit comments

Comments
 (0)