git.delta.rocks / unique-network / refs/commits / 586d3e075338

difftreelog

dded installation of @polkadot/api before tests.

Alexander Aksenov2022-08-04parent: #587c125.patch.diff
in: master

1 file changed

modified.github/workflows/node_build_test.ymldiffbeforeafterboth
91 node-version: 16.x91 node-version: 16.x
9292
93 - name: Install dependencies93 - name: Install dependencies
94 run: |94 run: |
95 cd tests95 cd tests
96 yarn install96 yarn install
97 yarn add mochawesome97 yarn add mochawesome
98 yarn --pure-lockfile98 yarn add @polkadot/api
99 yarn --pure-lockfile
99100
100 - name: Run tests101 - name: Run tests
101 run: |102 run: |