From 30df2e1d332369ada42ce9323c1f171ec6cc8045 Mon Sep 17 00:00:00 2001 From: Max Andreev Date: Thu, 10 Nov 2022 08:33:52 +0000 Subject: [PATCH] Run full test suite after node upgrade (cherry picked from commit 9b6554406bf27cb3b86af91a2199c3091485385e) --- --- a/.github/workflows/node-only-update.yml +++ b/.github/workflows/node-only-update.yml @@ -300,7 +300,7 @@ node scripts/readyness.js echo "Ready to start tests" yarn polkadot-types - NOW=$(date +%s) && yarn testConnection --reporter mochawesome --reporter-options reportFilename=test-after-${NOW} + NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-after-${NOW} env: RPC_URL: http://127.0.0.1:9933/ -- gitstuff