Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix GitHub checkout action configuration to pull submodules
..blooper introduced in the latest commit where submodules were to be
pulled to make sure mustache spec tests were included in test runs.
  • Loading branch information
phillipj committed Dec 12, 2020
1 parent 1ff17aa commit b9e113f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/verify.yml
Expand Up @@ -12,7 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v2
submodules: recursive
with:
submodules: recursive
- name: Setup Node.js
uses: actions/setup-node@v1
with:
Expand All @@ -31,7 +32,8 @@ jobs:

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

0 comments on commit b9e113f

Please sign in to comment.