Skip to content

Commit

Permalink
ci: switch e2e-tests endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Nov 3, 2023
1 parent 004bd00 commit 76ac65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ e2e-kusama:
variables:
CI_IMAGE: $NODE_IMAGE
CHAIN_NAME: "kusama"
CHAIN_URL: "wss://kusama-rpc.polkadot.io"
CHAIN_URL: "wss://apps-kusama-rpc.polkadot.io"

e2e-polkadot:
<<: *e2e-template
variables:
CI_IMAGE: $NODE_IMAGE
CHAIN_NAME: "polkadot"
CHAIN_URL: "wss://rpc.polkadot.io"
CHAIN_URL: "wss://apps-rpc.polkadot.io"

build-docker:
<<: *dockerize
Expand Down

0 comments on commit 76ac65a

Please sign in to comment.