Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
ci: use v0.0 of gateway-conformance actions
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Mar 27, 2023
1 parent 534d14c commit 190afa1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gateway-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:

# 2. Download the gateway-conformance fixtures
- name: Download gateway-conformance fixtures
# TODO: use a release tag once https://github.com/ipfs/gateway-conformance/pull/19 is merged
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@f10c39191e68550f8d9340c6793cbd6dcd118bb4
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.0
with:
output: fixtures

Expand Down Expand Up @@ -50,8 +49,7 @@ jobs:

# 6. Run the gateway-conformance tests
- name: Run gateway-conformance tests
# TODO: use a release tag once https://github.com/ipfs/gateway-conformance/pull/19 is merged
uses: ipfs/gateway-conformance/.github/actions/test@f10c39191e68550f8d9340c6793cbd6dcd118bb4
uses: ipfs/gateway-conformance/.github/actions/test@v0.0
with:
gateway-url: http://127.0.0.1:8081
json: output.json
Expand Down

0 comments on commit 190afa1

Please sign in to comment.