From 586d3e075338f30ceef100df22fa3b945799a9d6 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 04 Aug 2022 11:57:42 +0000 Subject: [PATCH] dded installation of @polkadot/api before tests. --- --- a/.github/workflows/node_build_test.yml +++ b/.github/workflows/node_build_test.yml @@ -95,6 +95,7 @@ cd tests yarn install yarn add mochawesome + yarn add @polkadot/api yarn --pure-lockfile - name: Run tests -- gitstuff