difftreelog
dded installation of @polkadot/api before tests.
in: master
1 file changed
.github/workflows/node_build_test.ymldiffbeforeafterboth91 node-version: 16.x91 node-version: 16.x929293 - name: Install dependencies93 - name: Install dependencies94 run: |94 run: |95 cd tests95 cd tests96 yarn install96 yarn install97 yarn add mochawesome97 yarn add mochawesome98 yarn --pure-lockfile98 yarn add @polkadot/api99 yarn --pure-lockfile99100100 - name: Run tests101 - name: Run tests101 run: |102 run: |