Skip to content

Commit 301c7cd

Browse files
authored
build: Fix @sentry/ember tests (#3610)
Set fetch-depth so that commit diff can be generated properly
1 parent 5b3e06e commit 301c7cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ jobs:
191191
# that. If it passes, newer versions of Node should also be fine. This saves us from having to run the Ember
192192
# tests in our Node matrix above.
193193
node-version: '10'
194+
fetch-depth: 0
194195
- name: Check dependency cache
195196
uses: actions/cache@v2
196197
with:

0 commit comments

Comments
 (0)