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:
Jorropo 2023-09-26 11:35:08 +02:00
parent f138b47d86
commit 8eecfcb4a6

View File

@ -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"