From: Haoqun Jiang Date: Thu, 6 Jan 2022 11:00:50 +0000 (+0800) Subject: ci: also checkout submodules X-Git-Tag: v3.0.6~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25d607accafd355157e7fba081400e57fd863322;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: also checkout submodules --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15ea051d..fe5459a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,9 @@ jobs: os: ubuntu-latest name: Node ${{ matrix.node-version }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 + with: + submodules: 'recursive' - uses: pnpm/action-setup@v2.0.1 with: version: 6