difftreelog
fix change node modules version.
in: master
1 file changed
.github/workflows/node_build_test.ymldiffbeforeafterboth97# yarn --pure-lockfile97# yarn --pure-lockfile989899 - name: Run tests99 - name: Run tests100 run: |100 run: |101 cd tests101 cd tests102 yarn add polkadot/api polkadot/util mochawesome102 yarn add @polkadot/api @polkadot/util mochawesome103 echo "Ready to start tests"103 echo "Ready to start tests"104 node .docker/readyness.js104 node .docker/readyness.js105 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