File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments