Skip to content

Commit

Permalink
Include mustache spec tests in CI by checking out submodules
Browse files Browse the repository at this point in the history
Our test suite already has support for running mustache specs,
but looks like we've forgotten about them in CI for many years now.
  • Loading branch information
phillipj committed Dec 12, 2020
1 parent de09eca commit 1ff17aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
node-version: [8.x, 10.x, 12.x, 14.x, 15.x]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
submodules: recursive
- name: Setup Node.js
uses: actions/setup-node@v1
with:
Expand All @@ -29,7 +30,8 @@ jobs:
node-version: [0.10.x, 0.12.x, 4.x, 6.x]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
submodules: recursive
- name: Setup Node.js
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 1ff17aa

Please sign in to comment.