From bf66909ac26ca3dd54e0c52dc2acb850f2c2e186 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 04 Aug 2022 13:36:43 +0000 Subject: [PATCH] FIX: typo in command name. --- --- a/.github/workflows/node_build_test.yml +++ b/.github/workflows/node_build_test.yml @@ -82,8 +82,8 @@ - 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 +# - name: Wait +# run: sleep 420s - name: Install node uses: actions/setup-node@v1 @@ -100,7 +100,7 @@ - name: Run tests run: | cd tests - echi "Installing required packages" + echo "Installing required packages" yarn install yarn add @polkadot/api @polkadot/util@9.4.1 mochawesome echo "Ready to start tests" -- gitstuff