git.delta.rocks / unique-network / refs/commits / 7c6613d16d00

difftreelog

fix change node modules version.

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

1 file changed

modified.github/workflows/node_build_test.ymldiffbeforeafterboth
97# yarn --pure-lockfile97# yarn --pure-lockfile
9898
99 - name: Run tests99 - name: Run tests
100 run: |100 run: |
101 cd tests101 cd tests
102 yarn add polkadot/api polkadot/util mochawesome102 yarn add @polkadot/api @polkadot/util mochawesome
103 echo "Ready to start tests"103 echo "Ready to start tests"
104 node .docker/readyness.js104 node .docker/readyness.js
105 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}105 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}
106 env:106 env:
107 RPC_URL: http://127.0.0.1:9933/107 RPC_URL: http://127.0.0.1:9933/
108108