git.delta.rocks / unique-network / refs/commits / 0f1fcf0690b1

difftreelog

Changed steps related to testing.

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

1 file changed

modified.github/workflows/node_build_test.ymldiffbeforeafterboth
90 with:90 with:
91 node-version: 16.x91 node-version: 16.x
9292
93 - name: Install dependencies93# - name: Install dependencies
94 run: |94# run: |
95 cd tests95# cd tests
96 yarn install96# yarn install
97 yarn add @polkadot/api @polkadot/util@9.4.1 mochawesome97# yarn add @polkadot/api @polkadot/util@9.4.1 mochawesome
98 yarn --pure-lockfile98# yarn --pure-lockfile
9999
100 - name: Run tests100 - name: Run tests
101 run: |101 run: |
102 node .docker/readyness.js102 cd tests
103 cd tests103 echi "Installing required packages"
104 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}104 yarn install
105 yarn add @polkadot/api @polkadot/util@9.4.1 mochawesome
106 echo "Ready to start tests"
107 node .docker/readyness.js
108 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}
105 env:109 env:
106 RPC_URL: http://127.0.0.1:9933/110 RPC_URL: http://127.0.0.1:9933/
107111