Commit a4a7cbe 1 parent 9a55b26 commit a4a7cbe Copy full SHA for a4a7cbe
File tree 5 files changed +11
-0
lines changed
5 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 27
27
- uses : actions/checkout@v4
28
28
with :
29
29
submodules : ' recursive'
30
+ fetch-depth : 0
30
31
- uses : ./.github/actions/install-system-dependencies
31
32
- uses : ./.github/actions/install-go
32
33
- run : make deps lotus
Original file line number Diff line number Diff line change 27
27
- uses : actions/checkout@v4
28
28
with :
29
29
submodules : ' recursive'
30
+ fetch-depth : 0
30
31
- uses : ./.github/actions/install-system-dependencies
31
32
- uses : ./.github/actions/install-go
32
33
- uses : ./.github/actions/make-deps
41
42
- uses : actions/checkout@v4
42
43
with :
43
44
submodules : ' recursive'
45
+ fetch-depth : 0
44
46
- uses : ./.github/actions/install-system-dependencies
45
47
- uses : ./.github/actions/install-go
46
48
- uses : ./.github/actions/make-deps
53
55
- uses : actions/checkout@v4
54
56
with :
55
57
submodules : ' recursive'
58
+ fetch-depth : 0
56
59
- uses : ./.github/actions/install-go
57
60
- run : go fmt ./...
58
61
- run : git diff --exit-code
63
66
- uses : actions/checkout@v4
64
67
with :
65
68
submodules : ' recursive'
69
+ fetch-depth : 0
66
70
- uses : ./.github/actions/install-go
67
71
- run : go mod tidy -v
68
72
- run : git diff --exit-code
Original file line number Diff line number Diff line change 72
72
- uses : actions/checkout@v4
73
73
with :
74
74
submodules : ' recursive'
75
+ fetch-depth : 0
75
76
- id : git
76
77
run : |
77
78
ref="${GITHUB_REF#refs/heads/}"
Original file line number Diff line number Diff line change 91
91
uses : actions/checkout@v4
92
92
with :
93
93
submodules : ' recursive'
94
+ fetch-depth : 0
94
95
- name : Install system dependencies
95
96
uses : ./.github/actions/install-system-dependencies
96
97
- name : Install Go
99
100
uses : actions/checkout@v4
100
101
with :
101
102
submodules : ' recursive'
103
+ fetch-depth : 0
102
104
ref : ${{ github.event.inputs.ref }}
103
105
- name : Build binaries
104
106
env :
Original file line number Diff line number Diff line change 29
29
- uses : actions/checkout@v4
30
30
with :
31
31
submodules : ' recursive'
32
+ fetch-depth : 0
32
33
- id : test
33
34
env :
34
35
# Unit test groups other than unit-rest
@@ -176,6 +177,7 @@ jobs:
176
177
- uses : actions/checkout@v4
177
178
with :
178
179
submodules : ' recursive'
180
+ fetch-depth : 0
179
181
- id : fetch_params
180
182
env :
181
183
CACHE_KEY : fetch-params-${{ hashFiles('./extern/filecoin-ffi/parameters.json') }}
@@ -240,6 +242,7 @@ jobs:
240
242
- uses : actions/checkout@v4
241
243
with :
242
244
submodules : ' recursive'
245
+ fetch-depth : 0
243
246
- uses : ./.github/actions/install-system-dependencies
244
247
- uses : ./.github/actions/install-go
245
248
- name : Install gotestsum
You can’t perform that action at this time.
0 commit comments