From 3c6191db673258b2ed6d140538431fdeb9334c07 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 04 Aug 2022 14:55:31 +0000 Subject: [PATCH] Installing node modules by yarn. --- --- a/.github/workflows/node_build_test.yml +++ b/.github/workflows/node_build_test.yml @@ -82,15 +82,13 @@ - name: Build the stack run: docker-compose -f ".docker/docker-compose-dev.yaml" -f ".docker/docker-compose.${{ matrix.network }}.yml" up -d --build -# - name: Wait -# run: sleep 420s - - uses: actions/setup-node@v3 with: node-version: 16 - name: Run tests run: | + yarn install yarn add @polkadot/api @polkadot/util mochawesome node -v echo "Ready to start tests" -- gitstuff