git.delta.rocks / unique-network / refs/commits / b423b299a3df

difftreelog

ci(node-only) fix continuation condition

Yaroslav Bolyukin2023-10-19parent: #8c8c9e6.patch.diff
in: master

1 file changed

modified.github/workflows/node-only-update.ymldiffbeforeafterboth
166166
167 - name: Run Parallel tests before Node Parachain upgrade167 - name: Run Parallel tests before Node Parachain upgrade
168 working-directory: ${{ matrix.mainnet_branch }}/tests168 working-directory: ${{ matrix.mainnet_branch }}/tests
169 if: success() || failure()169 if: success()
170 run: |170 run: |
171 yarn171 yarn
172 yarn add mochawesome172 yarn add mochawesome
195 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 }}'}})
196196
197 - name: Ensure network is alive197 - name: Ensure network is alive
198 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.sh
201 env:201 env: