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 5b3e06e commit 301c7cdCopy full SHA for 301c7cd
.github/workflows/build.yml
@@ -191,6 +191,7 @@ jobs:
191
# that. If it passes, newer versions of Node should also be fine. This saves us from having to run the Ember
192
# tests in our Node matrix above.
193
node-version: '10'
194
+ fetch-depth: 0
195
- name: Check dependency cache
196
uses: actions/cache@v2
197
with:
0 commit comments