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
Jorropo committed
Sep 26, 2023 at 11:35 UTC
8eecfcb4a637f36e952e7aaefc39a0fdb44eac1d
1 file changed
-4
.github/workflows/build.yml
-4
@@ -80,10 +80,6 @@ jobs:
80
path: interop
81
- name: Checkout latest tag
82
run: |
83
- exit 0 # temporary while theses pull requests are released:
84
- # https://github.com/ipfs/helia/pull/200
85
- # https://github.com/ipfs/helia-unixfs/pull/68
86
- # https://github.com/ipfs/helia-ipns/pull/72
83
export TAG="$(git describe --tags --abbrev=0)"
84
echo "Running tests against: $TAG"
85
git checkout "$TAG"