Skip to content

Commit

Permalink
chore: gateway-conformance v6
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jun 11, 2024
1 parent d6a9ff4 commit 309ce95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gateway-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@7b222e6a73b82f05651aec3824ef139628198949 # TODO: switch to v0.6
uses: ipfs/gateway-conformance/.github/actions/[email protected]
with:
output: fixtures

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

# 6. Run the gateway-conformance tests
- name: Run gateway-conformance tests
uses: ipfs/gateway-conformance/.github/actions/test@7b222e6a73b82f05651aec3824ef139628198949 # TODO: switch to v0.6
uses: ipfs/gateway-conformance/.github/actions/[email protected]
with:
gateway-url: http://127.0.0.1:8080
subdomain-url: http://localhost:8080
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
steps:
# 1. Download the gateway-conformance fixtures
- name: Download gateway-conformance fixtures
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@7b222e6a73b82f05651aec3824ef139628198949 # TODO: switch to v0.6
uses: ipfs/gateway-conformance/.github/actions/[email protected]
with:
output: fixtures

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

# 9. Run the gateway-conformance tests over libp2p
- name: Run gateway-conformance tests over libp2p
uses: ipfs/gateway-conformance/.github/actions/test@7b222e6a73b82f05651aec3824ef139628198949 # TODO: switch to v0.6
uses: ipfs/gateway-conformance/.github/actions/[email protected]
with:
gateway-url: http://127.0.0.1:8092
args: --specs "trustless-gateway,-trustless-ipns-gateway" -skip 'TestGatewayCar/GET_response_for_application/vnd.ipld.car/Header_Content-Length'
Expand Down

0 comments on commit 309ce95

Please sign in to comment.