Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
ci: use a kubo development commit for conformance tests
Browse files Browse the repository at this point in the history
This is to handle a bug where if there is a CAR request for a non-existent path
an error is returned rather than a CAR that proves that the requested path cannot exist.
  • Loading branch information
aschmahmann committed Aug 15, 2023
1 parent e605576 commit 4f6b224
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/gateway-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,16 @@ jobs:
car-env: ["GRAPH_BACKEND=false", "GRAPH_BACKEND=true"]
steps:
# 1. Start the Kubo gateway
- name: Download Kubo gateway
uses: ipfs/download-ipfs-distribution-action@v1
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
- uses: protocol/cache-go-action@v1

- name: Install Kubo gateway from source
#uses: ipfs/download-ipfs-distribution-action@v1
run: |
go install github.com/ipfs/kubo/cmd@73552dfd9c6f73fdab887c4d2e99cf7e848a3c23
- name: Start Kubo gateway
uses: ipfs/start-ipfs-daemon-action@v1

Expand Down Expand Up @@ -46,10 +54,6 @@ jobs:
echo "IPFS_NS_MAP=${IPFS_NS_MAP}" >> $GITHUB_ENV
# 4. Build the bifrost-gateway
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
- name: Checkout bifrost-gateway
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 4f6b224

Please sign in to comment.