From cb827be899fb26e460b4a56f02578b141a3f4868 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 08 Sep 2022 15:08:52 +0000 Subject: [PATCH] add test for chain up and running --- --- a/.github/workflows/market-test_v2.yml +++ b/.github/workflows/market-test_v2.yml @@ -116,6 +116,13 @@ with: path: qa-tests/ + - name: Wait for chain up and running + working-directory: tests + run: | + yarn install + node scripts/readyness.js + echo "Ready to start tests" + - name: Generate accounts working-directory: qa-tests run: ts-node ./src/scripts/create-market-accounts.ts -- gitstuff