git.delta.rocks / unique-network / refs/commits / 5fcc3244fe38

difftreelog

delete artifacts

Konstantin Astakhov2022-11-10parent: #dec8a6d.patch.diff
in: master
(cherry picked from commit 271642fdf620feed0fc0b0564dfc48d77f082292)

2 files changed

modified.docker/forkless-config/launch-config-forkless-nodata.j2diffbeforeafterboth
3 "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": "rococo-local",6 "chain": "westend-local",
7 "nodes": [7 "nodes": [
8 {8 {
9 "name": "alice",9 "name": "alice",
modified.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 testConnection --reporter mochawesome --reporter-options reportFilename=test-before-${NOW}
+          NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-before-${NOW}
         env:
           RPC_URL: http://127.0.0.1:9933/