Skip to content

Commit

Permalink
misc(ci): increase fetch-depth for codecov SHA (#12079)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny authored and paulirish committed Mar 23, 2021
1 parent a291a45 commit 3735a22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
steps:
- name: git clone
uses: actions/checkout@v2
with:
fetch-depth: 2

- name: Use Node.js 12.x
uses: actions/setup-node@v1
Expand Down Expand Up @@ -150,6 +152,8 @@ jobs:
steps:
- name: git clone
uses: actions/checkout@v2
with:
fetch-depth: 2

- name: Use Node.js 12.x
uses: actions/setup-node@v1
Expand Down

0 comments on commit 3735a22

Please sign in to comment.