Skip to content

Commit

Permalink
[skip ci]Remove metadata diff (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
ark930 committed Mar 7, 2023
1 parent 5833a64 commit ad3d9c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ jobs:
run: |
subwasm meta ${{ steps.srtool_build.outputs.wasm }}
subwasm --json meta ${{ steps.srtool_build.outputs.wasm }} > ${{ matrix.chain }}-metadata.json
- name: Check the metadata diff
run: |
subwasm get wss://bifrost-rpc.liebi.com:443/ws --output runtime_mainnet.wasm
subwasm diff ${{ steps.srtool_build.outputs.wasm }} runtime_mainnet.wasm | tee ${{ matrix.chain }}-diff.txt
- name: Archive Subwasm results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ad3d9c0

Please sign in to comment.