git.delta.rocks / unique-network / refs/commits / 3d0d9bf1d307

difftreelog

Re-vert back node modules installation.

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

1 file changed

modified.github/workflows/node_build_test.ymldiffbeforeafterboth
88 - uses: actions/setup-node@v388 - uses: actions/setup-node@v3
89 with:89 with:
90 node-version: 1690 node-version: 16
91 cache-dependency-path: tests/package.json
9291
93# - name: Install dependencies92# - name: Install dependencies
94# run: |93# run: |
98# yarn --pure-lockfile97# yarn --pure-lockfile
9998
100 - name: Run tests99 - name: Run tests
101 run: |100 run: |
102 cd tests101 cd tests
103 echo "Ready to start tests"102 yarn add polkadot/api polkadot/util mochawesome
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