From 18451f9174ea719cafef3e14a1a816f8b79185b1 Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Mon, 31 Oct 2022 10:18:06 +0000 Subject: [PATCH] add waiting for first block before tests in node_only_update workflow --- --- a/.github/workflows/node-only-update.yml +++ b/.github/workflows/node-only-update.yml @@ -165,6 +165,7 @@ run: | yarn install yarn add mochawesome + 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} @@ -296,6 +297,7 @@ run: | yarn install yarn add mochawesome + 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} -- gitstuff