Skip to content

Commit

Permalink
Update extrinsic-ordering-check-on-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci authored Dec 1, 2023
1 parent 7ae4bf4 commit 53127a7
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/extrinsic-ordering-check-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ jobs:
if: ${{ env.CHAIN == '' || env.VERSION == '' || env.PREVIOUS_VERSION == '' }}
run: python .github/scripts/extrinsic_check_setup_env.py

- uses: actions/setup-node@v4
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'

- name: Install Yarn
run: npm install -g yarn

- name: Prepare output
run: |
echo "METADATA COMPARISON" >> output.txt
Expand All @@ -73,11 +65,7 @@ jobs:
- name: Compare the metadata
run: |
git clone https://github.com/ermalkaleci/tools.git
cd tools
yarn install --immutable
yarn run:metadata ws://localhost:9944 ws://localhost:9955 >> ../output.txt
cd ..
docker run --network=host jacogr/polkadot-js-tools metadata ws://127.0.0.1:9944 ws://127.0.0.1:9955 >> output.txt
sed -z -i 's/\n\n/\n/g' output.txt
- name: Show result
Expand Down

0 comments on commit 53127a7

Please sign in to comment.