File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,10 @@ jobs:
213
213
steps :
214
214
- name : Check out current commit (${{ github.sha }})
215
215
uses : actions/checkout@v2
216
+ # TODO: removing `fetch-depth` below seems to have no effect, and the commit which added it had no description,
217
+ # so it's not clear why it's necessary. That said, right now ember tests are xfail, so it's a little hard to
218
+ # tell if it's safe to remove. Once ember tests are fixed, let's try again with it turned off, and if all goes
219
+ # well, we can pull it out.
216
220
with :
217
221
fetch-depth : 0
218
222
- name : Set up Node
@@ -223,7 +227,6 @@ jobs:
223
227
# that. If it passes, newer versions of Node should also be fine. This saves us from having to run the Ember
224
228
# tests in our Node matrix above.
225
229
node-version : ' 10'
226
- fetch-depth : 0
227
230
- name : Check dependency cache
228
231
uses : actions/cache@v2
229
232
with :
You can’t perform that action at this time.
0 commit comments