File tree Expand file tree Collapse file tree 5 files changed +11
-0
lines changed Expand file tree Collapse file tree 5 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@v4
2828 with :
2929 submodules : ' recursive'
30+ fetch-depth : 0
3031 - uses : ./.github/actions/install-system-dependencies
3132 - uses : ./.github/actions/install-go
3233 - run : make deps lotus
Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@v4
2828 with :
2929 submodules : ' recursive'
30+ fetch-depth : 0
3031 - uses : ./.github/actions/install-system-dependencies
3132 - uses : ./.github/actions/install-go
3233 - uses : ./.github/actions/make-deps
4142 - uses : actions/checkout@v4
4243 with :
4344 submodules : ' recursive'
45+ fetch-depth : 0
4446 - uses : ./.github/actions/install-system-dependencies
4547 - uses : ./.github/actions/install-go
4648 - uses : ./.github/actions/make-deps
5355 - uses : actions/checkout@v4
5456 with :
5557 submodules : ' recursive'
58+ fetch-depth : 0
5659 - uses : ./.github/actions/install-go
5760 - run : go fmt ./...
5861 - run : git diff --exit-code
6366 - uses : actions/checkout@v4
6467 with :
6568 submodules : ' recursive'
69+ fetch-depth : 0
6670 - uses : ./.github/actions/install-go
6771 - run : go mod tidy -v
6872 - run : git diff --exit-code
Original file line number Diff line number Diff line change 7272 - uses : actions/checkout@v4
7373 with :
7474 submodules : ' recursive'
75+ fetch-depth : 0
7576 - id : git
7677 run : |
7778 ref="${GITHUB_REF#refs/heads/}"
Original file line number Diff line number Diff line change 9191 uses : actions/checkout@v4
9292 with :
9393 submodules : ' recursive'
94+ fetch-depth : 0
9495 - name : Install system dependencies
9596 uses : ./.github/actions/install-system-dependencies
9697 - name : Install Go
99100 uses : actions/checkout@v4
100101 with :
101102 submodules : ' recursive'
103+ fetch-depth : 0
102104 ref : ${{ github.event.inputs.ref }}
103105 - name : Build binaries
104106 env :
Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@v4
3030 with :
3131 submodules : ' recursive'
32+ fetch-depth : 0
3233 - id : test
3334 env :
3435 # Unit test groups other than unit-rest
@@ -176,6 +177,7 @@ jobs:
176177 - uses : actions/checkout@v4
177178 with :
178179 submodules : ' recursive'
180+ fetch-depth : 0
179181 - id : fetch_params
180182 env :
181183 CACHE_KEY : fetch-params-${{ hashFiles('./extern/filecoin-ffi/parameters.json') }}
@@ -240,6 +242,7 @@ jobs:
240242 - uses : actions/checkout@v4
241243 with :
242244 submodules : ' recursive'
245+ fetch-depth : 0
243246 - uses : ./.github/actions/install-system-dependencies
244247 - uses : ./.github/actions/install-go
245248 - name : Install gotestsum
You can’t perform that action at this time.
0 commit comments