git.delta.rocks / unique-network / refs/commits / 30df2e1d3323

difftreelog

Run full test suite after node upgrade

Max Andreev2022-11-10parent: #9b16a65.patch.diff
in: master
(cherry picked from commit 9b6554406bf27cb3b86af91a2199c3091485385e)

1 file changed

modified.github/workflows/node-only-update.ymldiffbeforeafterboth
294 ## TODO: Remove next two blocks before switch to Parrallel & Sequental tests. Uncoment commented blocks.294 ## TODO: Remove next two blocks before switch to Parrallel & Sequental tests. Uncoment commented blocks.
295 - name: Run tests after Node Parachain upgrade295 - name: Run tests after Node Parachain upgrade
296 working-directory: ${{ matrix.mainnet_branch }}/tests296 working-directory: ${{ matrix.mainnet_branch }}/tests
297 run: |297 run: |
298 yarn install298 yarn install
299 yarn add mochawesome299 yarn add mochawesome
300 node scripts/readyness.js300 node scripts/readyness.js
301 echo "Ready to start tests"301 echo "Ready to start tests"
302 yarn polkadot-types302 yarn polkadot-types
303 NOW=$(date +%s) && yarn testConnection --reporter mochawesome --reporter-options reportFilename=test-after-${NOW}303 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-after-${NOW}
304 env:304 env:
305 RPC_URL: http://127.0.0.1:9933/305 RPC_URL: http://127.0.0.1:9933/
306306