git.delta.rocks / unique-network / refs/commits / e56f4f262daf

difftreelog

Canary tests - disable chain readyness check.

Alexander Aksenov2022-10-05parent: #1c95a0f.patch.diff
in: master

1 file changed

modified.github/workflows/market-test_v2.ymldiffbeforeafterboth
91 rm -rf .env91 rm -rf .env
92 cp .env.docker .env92 cp .env.docker .env
93
94# Temporary disable node readyness check. Have to dig into the script logic.
95# - name: Wait for chain up and running
96# working-directory: tests
97# run: |
98# yarn install
99# node scripts/readyness.js
100# echo "Ready to start tests"
101# env:
102# RPC_URL: http://127.0.0.1:9933/
93103
94 - name: Wait for chain up and running104 - name: Wait for chain up and running
95 working-directory: tests
96 run: |105 run: |
97 yarn install106 sleep 1200s
98 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/
102108
103 - name: Show content of .env file and Generate accounts109 - name: Show content of .env file and Generate accounts
104 working-directory: qa-tests110 working-directory: qa-tests