Skip to content

Commit f9732a4

Browse files
committed
submodules
1 parent da5953c commit f9732a4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v2
12+
with:
13+
submodules: true
1214
- uses: actions/cache@v2
1315
with:
1416
path: ~/.npm

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14+
with:
15+
submodules: true
1416
- uses: actions/cache@v2
1517
with:
1618
path: ~/.npm

0 commit comments

Comments
 (0)