mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
Set fetch-depth to 0 for coverage jobs
This allows codecov to fetch the commit SHA Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
a1c9b67b6b
commit
98951d26c5
1 changed files with 4 additions and 0 deletions
4
.github/workflows/nest.js.yml
vendored
4
.github/workflows/nest.js.yml
vendored
|
@ -65,6 +65,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Use Node.js 14
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
@ -90,6 +92,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Use Node.js 14
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue