|
22 | 22 | steps: |
23 | 23 | # 1. Download the gateway-conformance fixtures |
24 | 24 | - 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 |
26 | 26 | with: |
27 | 27 | output: fixtures |
28 | 28 | merged: true |
|
47 | 47 |
|
48 | 48 | # 4. Run the gateway-conformance tests |
49 | 49 | - 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 |
51 | 51 | with: |
52 | 52 | gateway-url: http://127.0.0.1:8040 |
53 | 53 | subdomain-url: http://example.net:8040 |
|
84 | 84 | steps: |
85 | 85 | # 1. Download the gateway-conformance fixtures |
86 | 86 | - 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 |
88 | 88 | with: |
89 | 89 | output: fixtures |
90 | 90 | merged: true |
@@ -114,7 +114,7 @@ jobs: |
114 | 114 |
|
115 | 115 | # 4. Run the gateway-conformance tests |
116 | 116 | - 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 |
118 | 118 | with: |
119 | 119 | gateway-url: http://127.0.0.1:8040 # we test gateway that is backed by a remote block gateway |
120 | 120 | subdomain-url: http://example.net:8040 |
@@ -152,7 +152,7 @@ jobs: |
152 | 152 | steps: |
153 | 153 | # 1. Download the gateway-conformance fixtures |
154 | 154 | - 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 |
156 | 156 | with: |
157 | 157 | output: fixtures |
158 | 158 | merged: true |
@@ -182,7 +182,7 @@ jobs: |
182 | 182 |
|
183 | 183 | # 4. Run the gateway-conformance tests |
184 | 184 | - 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 |
186 | 186 | with: |
187 | 187 | gateway-url: http://127.0.0.1:8040 # we test gateway that is backed by a remote car gateway |
188 | 188 | subdomain-url: http://example.net:8040 |
|
0 commit comments