-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update gateway conformance version
- Loading branch information
1 parent
f17a064
commit 78ece91
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
steps: | ||
# 1. Download the gateway-conformance fixtures | ||
- name: Download gateway-conformance fixtures | ||
uses: ipfs/gateway-conformance/.github/actions/[email protected] | ||
uses: ipfs/gateway-conformance/.github/actions/[email protected].1 | ||
with: | ||
output: fixtures | ||
|
||
|
@@ -96,7 +96,7 @@ jobs: | |
|
||
# 6. Run the gateway-conformance tests | ||
- name: Run gateway-conformance tests | ||
uses: ipfs/gateway-conformance/.github/actions/[email protected] | ||
uses: ipfs/gateway-conformance/.github/actions/[email protected].1 | ||
with: | ||
gateway-url: http://127.0.0.1:8080 | ||
json: output.json | ||
|
@@ -129,7 +129,7 @@ jobs: | |
steps: | ||
# 1. Download the gateway-conformance fixtures | ||
- name: Download gateway-conformance fixtures | ||
uses: ipfs/gateway-conformance/.github/actions/[email protected] | ||
uses: ipfs/gateway-conformance/.github/actions/[email protected].1 | ||
with: | ||
output: fixtures | ||
|
||
|
@@ -202,7 +202,7 @@ jobs: | |
|
||
# 9. Run the gateway-conformance tests over libp2p | ||
- name: Run gateway-conformance tests over libp2p | ||
uses: ipfs/gateway-conformance/.github/actions/[email protected] | ||
uses: ipfs/gateway-conformance/.github/actions/[email protected].1 | ||
with: | ||
gateway-url: http://127.0.0.1:8092 | ||
json: output.json | ||
|