From 1ec825011bb99ed9b463fdb5153e4d0a0baae928 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Wed, 24 Aug 2022 13:20:41 +0000 Subject: [PATCH] fix: comments inside steps not supported --- --- a/.github/workflows/nodes-only-update.yml +++ b/.github/workflows/nodes-only-update.yml @@ -196,7 +196,6 @@ yarn install yarn add mochawesome echo "Ready to start tests" -# node scripts/readyness.js NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW} env: RPC_URL: http://127.0.0.1:9933/ @@ -272,7 +271,6 @@ yarn install yarn add mochawesome echo "Ready to start tests" -# node scripts/readyness.js NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW} env: RPC_URL: http://127.0.0.1:9933/ -- gitstuff