Skip to content

Commit 1ff17aa

Browse files
committed
Include mustache spec tests in CI by checking out submodules
Our test suite already has support for running mustache specs, but looks like we've forgotten about them in CI for many years now.
1 parent de09eca commit 1ff17aa

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/verify.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
node-version: [8.x, 10.x, 12.x, 14.x, 15.x]
1212

1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
15+
submodules: recursive
1516
- name: Setup Node.js
1617
uses: actions/setup-node@v1
1718
with:
@@ -29,7 +30,8 @@ jobs:
2930
node-version: [0.10.x, 0.12.x, 4.x, 6.x]
3031

3132
steps:
32-
- uses: actions/checkout@v1
33+
- uses: actions/checkout@v2
34+
submodules: recursive
3335
- name: Setup Node.js
3436
uses: actions/setup-node@v1
3537
with:

0 commit comments

Comments
 (0)