Skip to content

Commit 101b159

Browse files
committed
checkout with submodules
1 parent 84fcaeb commit 101b159

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
submodules: 'true'
1315

1416
- uses: actions/setup-node@v2-beta
1517
with:

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
name: Node ${{ matrix.node }} test
1212
steps:
1313
- uses: actions/checkout@v2
14+
with:
15+
submodules: 'true'
1416

1517
- uses: actions/setup-node@v1
1618
with:

0 commit comments

Comments
 (0)