Skip to content
Snippets Groups Projects
Unverified Commit d09cdb0a authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

ci: increase fetch-depth for codecov SHA (#8948)

parent 74d7691b
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@ jobs:
echo "Yarn $(yarn --version)"
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 2
- name: Cache Yarn packages
id: yarn_cache_packages
......
......@@ -72,6 +72,8 @@ jobs:
echo "Yarn $(yarn --version)"
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 2
- name: Cache Yarn packages
id: yarn_cache_packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment