--- a/.github/workflows/market-test_v2.yml +++ b/.github/workflows/market-test_v2.yml @@ -91,14 +91,20 @@ rm -rf .env cp .env.docker .env +# Temporary disable node readyness check. Have to dig into the script logic. +# - name: Wait for chain up and running +# working-directory: tests +# run: | +# yarn install +# node scripts/readyness.js +# echo "Ready to start tests" +# env: +# RPC_URL: http://127.0.0.1:9933/ + - name: Wait for chain up and running - working-directory: tests run: | - yarn install - node scripts/readyness.js - echo "Ready to start tests" - env: - RPC_URL: http://127.0.0.1:9933/ + sleep 1200s + echo "Ready to start Market e2e tests" - name: Show content of .env file and Generate accounts working-directory: qa-tests