difftreelog
ci(node-only) fix continuation condition
in: master
1 file changed
.github/workflows/node-only-update.ymldiffbeforeafterboth166166167 - name: Run Parallel tests before Node Parachain upgrade167 - name: Run Parallel tests before Node Parachain upgrade168 working-directory: ${{ matrix.mainnet_branch }}/tests168 working-directory: ${{ matrix.mainnet_branch }}/tests169 if: success() || failure()169 if: success()170 run: |170 run: |171 yarn171 yarn172 yarn add mochawesome172 yarn add mochawesome195 snippet:(import 'baedeker-library/ops/rewrites.libsonnet').rewriteNodePaths({'bin/unique':{dockerImage:'${{ steps.mainnet.outputs.name }}'}})195 snippet:(import 'baedeker-library/ops/rewrites.libsonnet').rewriteNodePaths({'bin/unique':{dockerImage:'${{ steps.mainnet.outputs.name }}'}})196196197 - name: Ensure network is alive197 - name: Ensure network is alive198 if: success() || failure() # run this step even if previous step failed198 if: success()199 run: |199 run: |200 ./tests/scripts/wait_for_first_block.sh200 ./tests/scripts/wait_for_first_block.sh201 env:201 env: