difftreelog
Canary tests - disable chain readyness check.
in: master
1 file changed
.github/workflows/market-test_v2.ymldiffbeforeafterboth91 rm -rf .env91 rm -rf .env92 cp .env.docker .env92 cp .env.docker .env9394# Temporary disable node readyness check. Have to dig into the script logic.95# - name: Wait for chain up and running96# working-directory: tests97# run: |98# yarn install99# node scripts/readyness.js100# echo "Ready to start tests"101# env:102# RPC_URL: http://127.0.0.1:9933/9310394 - name: Wait for chain up and running104 - name: Wait for chain up and running95 working-directory: tests96 run: |105 run: |97 yarn install106 sleep 1200s98 node scripts/readyness.js107 echo "Ready to start Market e2e tests"99 echo "Ready to start tests"100 env:101 RPC_URL: http://127.0.0.1:9933/102108103 - name: Show content of .env file and Generate accounts109 - name: Show content of .env file and Generate accounts104 working-directory: qa-tests110 working-directory: qa-tests