difftreelog
Re-vert back node modules installation.
in: master
1 file changed
.github/workflows/node_build_test.ymldiffbeforeafterboth88 - uses: actions/setup-node@v388 - uses: actions/setup-node@v389 with:89 with:90 node-version: 1690 node-version: 1691 cache-dependency-path: tests/package.json929193# - name: Install dependencies92# - name: Install dependencies94# run: |93# run: |98# yarn --pure-lockfile97# yarn --pure-lockfile9998100 - name: Run tests99 - name: Run tests101 run: |100 run: |102 cd tests101 cd tests103 echo "Ready to start tests"102 yarn add polkadot/api polkadot/util mochawesome103 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