mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
ci: remove obsolete protocol/cache-go-action (#10114)
This commit is contained in:
parent
ac4d10faae
commit
3e5e91dbbe
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -40,9 +40,6 @@ jobs:
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
- uses: actions/checkout@v4
|
||||
- uses: protocol/cache-go-action@v1
|
||||
with:
|
||||
name: ${{ github.job }}
|
||||
- run: make build
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
@ -136,9 +133,6 @@ jobs:
|
||||
sleep 1
|
||||
done
|
||||
timeout-minutes: 5
|
||||
- uses: protocol/cache-go-action@v1
|
||||
with:
|
||||
name: ${{ github.job }}
|
||||
- run: go test -count=1 -v ./...
|
||||
working-directory: go-ipfs-api
|
||||
- run: cmd/ipfs/ipfs shutdown
|
||||
|
||||
3
.github/workflows/gobuild.yml
vendored
3
.github/workflows/gobuild.yml
vendored
@ -32,9 +32,6 @@ jobs:
|
||||
with:
|
||||
go-version: 1.20.x
|
||||
- uses: actions/checkout@v4
|
||||
- uses: protocol/cache-go-action@v1
|
||||
with:
|
||||
name: ${{ github.job }}
|
||||
- run: make cmd/ipfs-try-build
|
||||
env:
|
||||
TEST_FUSE: 1
|
||||
|
||||
3
.github/workflows/golint.yml
vendored
3
.github/workflows/golint.yml
vendored
@ -33,7 +33,4 @@ jobs:
|
||||
with:
|
||||
go-version: 1.20.x
|
||||
- uses: actions/checkout@v4
|
||||
- uses: protocol/cache-go-action@v1
|
||||
with:
|
||||
name: ${{ github.job }}
|
||||
- run: make -O test_go_lint
|
||||
|
||||
4
.github/workflows/gotest.yml
vendored
4
.github/workflows/gotest.yml
vendored
@ -37,10 +37,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Install missing tools
|
||||
run: sudo apt update && sudo apt install -y zsh
|
||||
- name: Restore Go cache
|
||||
uses: protocol/cache-go-action@v1
|
||||
with:
|
||||
name: ${{ github.job }}
|
||||
- name: 👉️ If this step failed, go to «Summary» (top left) → inspect the «Failures/Errors» table
|
||||
env:
|
||||
# increasing parallelism beyond 2 doesn't speed up the tests much
|
||||
|
||||
4
.github/workflows/sharness.yml
vendored
4
.github/workflows/sharness.yml
vendored
@ -32,10 +32,6 @@ jobs:
|
||||
path: kubo
|
||||
- name: Install missing tools
|
||||
run: sudo apt update && sudo apt install -y socat net-tools fish libxml2-utils
|
||||
- name: Restore Go Cache
|
||||
uses: protocol/cache-go-action@v1
|
||||
with:
|
||||
name: ${{ github.job }}
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: test/sharness/lib/dependencies
|
||||
|
||||
Loading…
Reference in New Issue
Block a user