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

Diff for: .github/workflows/publish.yml

+3-1
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

Diff for: .github/workflows/test.yml

+2
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)