difftreelog
Disable tests and use rococo
in: master
(cherry picked from commit 99e96ade858a708232982d9dd16055a84dbc3904)
2 files changed
.docker/forkless-config/launch-config-forkless-nodata.j2diffbeforeafterboth3 "bin": "/polkadot/target/release/polkadot",3 "bin": "/polkadot/target/release/polkadot",4 "upgradeBin": "/polkadot/target/release/polkadot",4 "upgradeBin": "/polkadot/target/release/polkadot",5 "upgradeWasm": "/polkadot/target/release/wbuild/westend-runtime/westend_runtime.compact.compressed.wasm",5 "upgradeWasm": "/polkadot/target/release/wbuild/westend-runtime/westend_runtime.compact.compressed.wasm",6 "chain": "westend-local",6 "chain": "rococo-local",7 "nodes": [7 "nodes": [8 {8 {9 "name": "alice",9 "name": "alice",.github/workflows/node-only-update.ymldiffbeforeafterboth--- a/.github/workflows/node-only-update.yml
+++ b/.github/workflows/node-only-update.yml
@@ -168,7 +168,7 @@
node scripts/readyness.js
echo "Ready to start tests"
yarn polkadot-types
- NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-before-${NOW}
+ NOW=$(date +%s) && yarn testConnection --reporter mochawesome --reporter-options reportFilename=test-before-${NOW}
env:
RPC_URL: http://127.0.0.1:9933/
@@ -300,7 +300,7 @@
node scripts/readyness.js
echo "Ready to start tests"
yarn polkadot-types
- NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-after-${NOW}
+ NOW=$(date +%s) && yarn testConnection --reporter mochawesome --reporter-options reportFilename=test-after-${NOW}
env:
RPC_URL: http://127.0.0.1:9933/