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 c734f9a commit c947b7aCopy full SHA for c947b7a
.github/workflows/nightly.yml
@@ -11,6 +11,7 @@ jobs:
11
- uses: actions/checkout@master
12
with:
13
ref: 'refs/heads/dev'
14
+ fetch-depth: 0 # All history
15
- uses: actions/setup-node@v1
16
17
node-version: 12
@@ -50,6 +51,7 @@ jobs:
50
51
52
53
ref: 'refs/heads/next'
54
55
56
57
.github/workflows/test.yml
@@ -29,6 +29,8 @@ jobs:
29
30
- name: checkout
31
uses: actions/checkout@master
32
+ with:
33
+ fetch-depth: 100
34
35
- name: cache node_modules
36
id: node_modules_cache_id
0 commit comments