mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
Re-enable metadata compare CI check (#3895)
This commit is contained in:
@@ -269,6 +269,22 @@ build-adder-collator:
|
|||||||
|
|
||||||
#### stage: build
|
#### stage: build
|
||||||
|
|
||||||
|
check-transaction-versions:
|
||||||
|
image: node:15
|
||||||
|
stage: build
|
||||||
|
<<: *rules-test
|
||||||
|
<<: *docker-env
|
||||||
|
<<: *vault-secrets
|
||||||
|
needs:
|
||||||
|
- job: test-build-linux-stable
|
||||||
|
artifacts: true
|
||||||
|
before_script:
|
||||||
|
- apt-get -y update; apt-get -y install jq lsof
|
||||||
|
- npm install --ignore-scripts -g @polkadot/metadata-cmp
|
||||||
|
- git fetch origin release
|
||||||
|
script:
|
||||||
|
- scripts/gitlab/check_extrinsics_ordering.sh
|
||||||
|
|
||||||
generate-impl-guide:
|
generate-impl-guide:
|
||||||
stage: build
|
stage: build
|
||||||
<<: *rules-test
|
<<: *rules-test
|
||||||
|
|||||||
Reference in New Issue
Block a user