瀏覽代碼

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.
tags/v4.2.0
Phillip Johnsen 5 年之前
父節點
當前提交
1ff17aae7c
共有 1 個檔案被更改,包括 4 行新增2 行删除
  1. +4
    -2
      .github/workflows/verify.yml

+ 4
- 2
.github/workflows/verify.yml 查看文件

@@ -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:
@@ -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:


Loading…
取消
儲存