From 5095b2981f44a78b3f9bfaa1a526f17a6823e383 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 25 Mar 2021 12:04:18 -0700 Subject: [PATCH] [actions] check out the entire repo This is required for codecov --- .github/workflows/node-4+.yml | 4 ++++ .github/workflows/node-iojs.yml | 4 ++++ .github/workflows/node-zero.yml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.github/workflows/node-4+.yml b/.github/workflows/node-4+.yml index 0483dda..db6d86a 100644 --- a/.github/workflows/node-4+.yml +++ b/.github/workflows/node-4+.yml @@ -24,6 +24,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: ljharb/actions/node/install@main name: 'nvm install ${{ matrix.node-version }} && npm install' with: @@ -43,6 +45,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: ljharb/actions/node/install@main name: 'nvm install ${{ matrix.node-version }} && npm install' with: diff --git a/.github/workflows/node-iojs.yml b/.github/workflows/node-iojs.yml index ee47695..fa747c6 100644 --- a/.github/workflows/node-iojs.yml +++ b/.github/workflows/node-iojs.yml @@ -24,6 +24,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: ljharb/actions/node/install@main name: 'nvm install ${{ matrix.node-version }} && npm install' with: @@ -44,6 +46,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: ljharb/actions/node/install@main name: 'nvm install ${{ matrix.node-version }} && npm install' with: diff --git a/.github/workflows/node-zero.yml b/.github/workflows/node-zero.yml index 4e72a68..a0adb28 100644 --- a/.github/workflows/node-zero.yml +++ b/.github/workflows/node-zero.yml @@ -24,6 +24,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: ljharb/actions/node/install@main name: 'nvm install ${{ matrix.node-version }} && npm install' with: @@ -45,6 +47,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: ljharb/actions/node/install@main name: 'nvm install ${{ matrix.node-version }} && npm install' with: