Skip to content

Commit

Permalink
chore: gateway-conformance/pull/194
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jan 25, 2024
1 parent f4d3cbd commit a61f725
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gateway-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:
shell: bash

env:
# hostnames expected by https://github.com/hannahhoward/gateway-conformance
# hostnames expected by https://github.com/ipfs/gateway-conformance
GATEWAY_PUBLIC_GATEWAYS: |
{
"example.com": {
Expand All @@ -41,7 +41,7 @@ jobs:
steps:
# 1. Download the gateway-conformance fixtures
- name: Download gateway-conformance fixtures
uses: hannahhoward/gateway-conformance/.github/actions/extract-fixtures@7ed58d142a6a8295777f5a6a5bd4f8e68c179355
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@c09153b25e3ca9814cc1a5fc981d71dda51310dd
with:
output: fixtures

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

# 6. Run the gateway-conformance tests
- name: Run gateway-conformance tests
uses: hannahhoward/gateway-conformance/.github/actions/test@7ed58d142a6a8295777f5a6a5bd4f8e68c179355
uses: ipfs/gateway-conformance/.github/actions/test@c09153b25e3ca9814cc1a5fc981d71dda51310dd
with:
gateway-url: http://127.0.0.1:8080
json: output.json
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
steps:
# 1. Download the gateway-conformance fixtures
- name: Download gateway-conformance fixtures
uses: hannahhoward/gateway-conformance/.github/actions/extract-fixtures@7ed58d142a6a8295777f5a6a5bd4f8e68c179355
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@c09153b25e3ca9814cc1a5fc981d71dda51310dd
with:
output: fixtures

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

# 9. Run the gateway-conformance tests over libp2p
- name: Run gateway-conformance tests over libp2p
uses: hannahhoward/gateway-conformance/.github/actions/test@7ed58d142a6a8295777f5a6a5bd4f8e68c179355
uses: ipfs/gateway-conformance/.github/actions/test@c09153b25e3ca9814cc1a5fc981d71dda51310dd
with:
gateway-url: http://127.0.0.1:8092
json: output.json
Expand Down

0 comments on commit a61f725

Please sign in to comment.