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

ci: update conformance action #209

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/gateway-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
- name: Install Kubo gateway from source
#uses: ipfs/download-ipfs-distribution-action@v1
run: |
go install github.com/ipfs/kubo/cmd/ipfs@4e3008fdf349e9506c95e36839b8bc832c3aab54
go install github.com/ipfs/kubo/cmd/ipfs@v0.23.0-rc1
- 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/extract-fixtures@v0.3.0
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.4.0
with:
output: fixtures

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

# 6. Run the gateway-conformance tests
- name: Run gateway-conformance tests
uses: ipfs/gateway-conformance/.github/actions/test@v0.3.0
uses: ipfs/gateway-conformance/.github/actions/test@v0.4.0
with:
gateway-url: http://127.0.0.1:8081
json: output.json
Expand Down
Loading