git.delta.rocks / unique-network / refs/commits / 46f00bd2135b

difftreelog

dded node package mocha@>=7

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

1 file changed

modified.github/workflows/node_build_test.ymldiffbeforeafterboth
87 node-version: 1687 node-version: 16
8888
89 - name: Run tests89 - name: Run tests
90 run: |90 run: |
91 yarn install91 yarn install
92 yarn add @polkadot/api @polkadot/util@9.4.1 mochawesome92 yarn add @polkadot/api @polkadot/util@9.4.1 mochawesome mocha@>=7
93 yarn --pure-lockfile93 yarn --pure-lockfile
94 echo "Ready to start tests"94 echo "Ready to start tests"
95 node .docker/readyness.js95 node .docker/readyness.js
96 cd tests96 cd tests
97 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}97 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}
98 env:98 env:
99 RPC_URL: http://127.0.0.1:9933/99 RPC_URL: http://127.0.0.1:9933/
100100