mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 11:57:44 +08:00
tests: use the latest tag to run helia interop
All PRs have been merged: - https://github.com/ipfs/helia/pull/200 - https://github.com/ipfs/helia-unixfs/pull/68 - https://github.com/ipfs/helia-ipns/pull/72
This commit is contained in:
parent
f138b47d86
commit
8eecfcb4a6
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -80,10 +80,6 @@ jobs:
|
||||
path: interop
|
||||
- name: Checkout latest tag
|
||||
run: |
|
||||
exit 0 # temporary while theses pull requests are released:
|
||||
# https://github.com/ipfs/helia/pull/200
|
||||
# https://github.com/ipfs/helia-unixfs/pull/68
|
||||
# https://github.com/ipfs/helia-ipns/pull/72
|
||||
export TAG="$(git describe --tags --abbrev=0)"
|
||||
echo "Running tests against: $TAG"
|
||||
git checkout "$TAG"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user