File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 74
74
steps :
75
75
- uses : actions/checkout@v2
76
76
with :
77
- fetch-depth : ${{ github.event.pull_request.commits }}
77
+ fetch-depth : 0
78
78
- uses : actions/setup-node@v1
79
79
with :
80
80
node-version : ${{ matrix.node }}
@@ -114,7 +114,7 @@ jobs:
114
114
steps :
115
115
- uses : actions/checkout@v2
116
116
with :
117
- fetch-depth : ${{ github.event.pull_request.commits }}
117
+ fetch-depth : 0
118
118
- uses : actions/setup-node@v1
119
119
with :
120
120
node-version : 16
@@ -151,7 +151,7 @@ jobs:
151
151
# steps:
152
152
# - uses: actions/checkout@v2
153
153
# with:
154
- # fetch-depth: ${{ github.event.pull_request.commits }}
154
+ # fetch-depth: 0
155
155
# - uses: actions/setup-node@v1
156
156
# with:
157
157
# node-version: 16
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ class Repo {
167
167
await this . datastore . open ( )
168
168
169
169
log ( 'creating blocks' )
170
- this . blocks . open ( )
170
+ await this . blocks . open ( )
171
171
172
172
log ( 'creating keystore' )
173
173
await this . keys . open ( )
You can’t perform that action at this time.
0 commit comments