From 516c65431b799b046f9dac3b920f887de1619b9f Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 04 Aug 2022 13:48:11 +0000 Subject: [PATCH] FIX: removed commented strings from existing step. Not allowed in worflow file. --- --- a/.github/workflows/node_build_test.yml +++ b/.github/workflows/node_build_test.yml @@ -101,9 +101,6 @@ - name: Run tests run: | cd tests - # echo "Installing required packages" - # yarn install - # yarn add polkadot/api polkadot/util mochawesome echo "Ready to start tests" node .docker/readyness.js NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW} -- gitstuff