mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
ci: gateway-conformance v0.4
This commit is contained in:
parent
a4efea5c76
commit
695bf66674
8
.github/workflows/gateway-conformance.yml
vendored
8
.github/workflows/gateway-conformance.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
steps:
|
||||
# 1. Download the gateway-conformance fixtures
|
||||
- name: Download gateway-conformance fixtures
|
||||
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.3
|
||||
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.4
|
||||
with:
|
||||
output: fixtures
|
||||
|
||||
@ -96,7 +96,7 @@ jobs:
|
||||
|
||||
# 6. Run the gateway-conformance tests
|
||||
- name: Run gateway-conformance tests
|
||||
uses: ipfs/gateway-conformance/.github/actions/test@v0.3
|
||||
uses: ipfs/gateway-conformance/.github/actions/test@v0.4
|
||||
with:
|
||||
gateway-url: http://127.0.0.1:8080
|
||||
json: output.json
|
||||
@ -129,7 +129,7 @@ jobs:
|
||||
steps:
|
||||
# 1. Download the gateway-conformance fixtures
|
||||
- name: Download gateway-conformance fixtures
|
||||
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.3
|
||||
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.4
|
||||
with:
|
||||
output: fixtures
|
||||
|
||||
@ -202,7 +202,7 @@ jobs:
|
||||
|
||||
# 9. Run the gateway-conformance tests over libp2p
|
||||
- name: Run gateway-conformance tests over libp2p
|
||||
uses: ipfs/gateway-conformance/.github/actions/test@v0.3
|
||||
uses: ipfs/gateway-conformance/.github/actions/test@v0.4
|
||||
with:
|
||||
gateway-url: http://127.0.0.1:8092
|
||||
json: output.json
|
||||
|
||||
Loading…
Reference in New Issue
Block a user