Skip to content

Commit bb75935

Browse files
authored
feat: update gateway-conformance to v0.1 (#342)
1 parent 95f6599 commit bb75935

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gateway-conformance.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
# 1. Download the gateway-conformance fixtures
1818
- name: Download gateway-conformance fixtures
19-
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.0
19+
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.1
2020
with:
2121
output: fixtures
2222
merged: true
@@ -40,14 +40,15 @@ jobs:
4040

4141
# 4. Run the gateway-conformance tests
4242
- name: Run gateway-conformance tests
43-
uses: ipfs/gateway-conformance/.github/actions/test@v0.0
43+
uses: ipfs/gateway-conformance/.github/actions/test@v0.1
4444
with:
4545
gateway-url: http://127.0.0.1:8040
4646
json: output.json
4747
xml: output.xml
4848
html: output.html
4949
markdown: output.md
5050
subdomain-url: http://example.net
51+
specs: -dnslink-resolver,-ipns-resolver
5152
args: -skip 'TestGatewayCar/GET_response_for_application/vnd.ipld.car/Header_Content-Length'
5253

5354
# 5. Upload the results

0 commit comments

Comments
 (0)