Merge pull request #1259 from quantified-uncertainty/fetch-depth-for-coverage

fetch-depth for coverage job
This commit is contained in:
Vyacheslav Matyukhin 2022-10-12 15:00:30 +03:00 committed by GitHub
commit d7e548d84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup Node.js environment
uses: actions/setup-node@v2
with: