Skip to content

Commit

Permalink
[actions] check out the entire repo
Browse files Browse the repository at this point in the history
This is required for codecov
  • Loading branch information
ljharb committed Mar 25, 2021
1 parent a025899 commit 5095b29
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node-4+.yml
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/node-iojs.yml
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/node-zero.yml
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 5095b29

Please sign in to comment.