Skip to content

Commit

Permalink
add some pre-conformance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Nov 6, 2023
1 parent 174c79d commit 2a6a13e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gateway-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
./rainbow --routing=http://127.0.0.1:8080 --peering=$kuboNodeMultiaddr &
working-directory: rainbow

- name: Trial test
run: |
curl http://127.0.0.1:8090/ipfs/bafkqaakb
curl http://127.0.0.1:8080/ipfs/bafybeig675grnxcmshiuzdaz2xalm6ef4thxxds6o6ypakpghm5kghpc34/
# 6. Run the gateway-conformance tests
- name: Run gateway-conformance tests
uses: ipfs/gateway-conformance/.github/actions/[email protected]
Expand Down

0 comments on commit 2a6a13e

Please sign in to comment.