Skip to content

Commit 6f9fbe9

Browse files
committed
test: use gateway-conformance#213
1 parent 1147b6c commit 6f9fbe9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/gateway-conformance.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
# 1. Download the gateway-conformance fixtures
2424
- name: Download gateway-conformance fixtures
25-
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.7
25+
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@feat/advanced-unixfs-range-requests
2626
with:
2727
output: fixtures
2828
merged: true
@@ -47,7 +47,7 @@ jobs:
4747

4848
# 4. Run the gateway-conformance tests
4949
- name: Run gateway-conformance tests
50-
uses: ipfs/gateway-conformance/.github/actions/test@v0.7
50+
uses: ipfs/gateway-conformance/.github/actions/test@feat/advanced-unixfs-range-requests
5151
with:
5252
gateway-url: http://127.0.0.1:8040
5353
subdomain-url: http://example.net:8040
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
# 1. Download the gateway-conformance fixtures
8686
- name: Download gateway-conformance fixtures
87-
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.7
87+
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@feat/advanced-unixfs-range-requests
8888
with:
8989
output: fixtures
9090
merged: true
@@ -114,7 +114,7 @@ jobs:
114114

115115
# 4. Run the gateway-conformance tests
116116
- name: Run gateway-conformance tests
117-
uses: ipfs/gateway-conformance/.github/actions/test@v0.7
117+
uses: ipfs/gateway-conformance/.github/actions/test@feat/advanced-unixfs-range-requests
118118
with:
119119
gateway-url: http://127.0.0.1:8040 # we test gateway that is backed by a remote block gateway
120120
subdomain-url: http://example.net:8040
@@ -152,7 +152,7 @@ jobs:
152152
steps:
153153
# 1. Download the gateway-conformance fixtures
154154
- name: Download gateway-conformance fixtures
155-
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.7
155+
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@feat/advanced-unixfs-range-requests
156156
with:
157157
output: fixtures
158158
merged: true
@@ -182,7 +182,7 @@ jobs:
182182

183183
# 4. Run the gateway-conformance tests
184184
- name: Run gateway-conformance tests
185-
uses: ipfs/gateway-conformance/.github/actions/test@v0.7
185+
uses: ipfs/gateway-conformance/.github/actions/test@feat/advanced-unixfs-range-requests
186186
with:
187187
gateway-url: http://127.0.0.1:8040 # we test gateway that is backed by a remote car gateway
188188
subdomain-url: http://example.net:8040

0 commit comments

Comments
 (0)