Skip to content

Commit

Permalink
start kubo after loading fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Nov 5, 2023
1 parent 3ffe563 commit 8c78293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gateway-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
ipfs config Addresses.Gateway "/ip4/127.0.0.1/tcp/8080"
ipfs config --json Gateway.ExposeRoutingAPI true
- name: Start Kubo gateway
uses: ipfs/start-ipfs-daemon-action@v1

# 2. Download the gateway-conformance fixtures
- name: Download gateway-conformance fixtures
uses: ipfs/gateway-conformance/.github/actions/[email protected]
Expand All @@ -55,6 +52,9 @@ jobs:
export IPFS_NS_MAP="$(cat "./fixtures/dnslinks.json" | jq -r '.domains | to_entries | map("\(.key):\(.value)") | join(",")'),${IPFS_NS_MAP}"
echo "IPFS_NS_MAP=${IPFS_NS_MAP}" >> $GITHUB_ENV
- name: Start Kubo gateway
uses: ipfs/start-ipfs-daemon-action@v1

# 4. Build rainbow
- name: Checkout rainbow
uses: actions/checkout@v3
Expand Down

0 comments on commit 8c78293

Please sign in to comment.