Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
add ports
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 6, 2022
1 parent dd41e23 commit 723ba64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/ci/gitlab/pipeline/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ check-runtime-migration:
echo "Found label runtimemigration. Running tests"
export RUST_LOG=remote-ext=debug,runtime=debug
echo "Running try-runtime for polkadot"
export WS="wss://polkadot-try-runtime-node.parity-chains.parity.io"
export WS="wss://polkadot-try-runtime-node.parity-chains.parity.io:443"
time cargo test --release -p polkadot-runtime --features try-runtime
echo "Running try-runtime for kusama"
export WS="wss://kusama-try-runtime-node.parity-chains.parity.io"
export WS="wss://kusama-try-runtime-node.parity-chains.parity.io:443"
time cargo test --release -p kusama-runtime --features try-runtime
echo "Running try-runtime for westend"
export WS="wss://westend-try-runtime-node.parity-chains.parity.io"
export WS="wss://westend-try-runtime-node.parity-chains.parity.io:443"
time cargo test --release -p westend-runtime --features try-runtime
else
echo "runtimemigration label not found. Skipping"
Expand Down

0 comments on commit 723ba64

Please sign in to comment.