We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cef19b commit 77e6476Copy full SHA for 77e6476
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v1
17
with:
18
- fetch-depth: 1
+ fetch-depth: 3
19
- name: Install Package dependencies
20
run: yarn install
21
- name: Run tests
0 commit comments