difftreelog
Changed steps related to testing.
in: master
1 file changed
.github/workflows/node_build_test.ymldiffbeforeafterboth90 with:90 with:91 node-version: 16.x91 node-version: 16.x929293 - name: Install dependencies93# - name: Install dependencies94 run: |94# run: |95 cd tests95# cd tests96 yarn install96# yarn install97 yarn add @polkadot/api @polkadot/util@9.4.1 mochawesome97# yarn add @polkadot/api @polkadot/util@9.4.1 mochawesome98 yarn --pure-lockfile98# yarn --pure-lockfile9999100 - name: Run tests100 - name: Run tests101 run: |101 run: |102 node .docker/readyness.js102 cd tests103 cd tests103 echi "Installing required packages"104 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}104 yarn install105 yarn add @polkadot/api @polkadot/util@9.4.1 mochawesome106 echo "Ready to start tests"107 node .docker/readyness.js108 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