difftreelog
Run full test suite after node upgrade
in: master
(cherry picked from commit 9b6554406bf27cb3b86af91a2199c3091485385e)
1 file changed
.github/workflows/node-only-update.ymldiffbeforeafterboth294 ## 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 upgrade296 working-directory: ${{ matrix.mainnet_branch }}/tests296 working-directory: ${{ matrix.mainnet_branch }}/tests297 run: |297 run: |298 yarn install298 yarn install299 yarn add mochawesome299 yarn add mochawesome300 node scripts/readyness.js300 node scripts/readyness.js301 echo "Ready to start tests"301 echo "Ready to start tests"302 yarn polkadot-types302 yarn polkadot-types303 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