difftreelog
fix forkless build and tests workflow steps
in: master
10 files changed
.github/workflows/forkless-update-data.ymldiffbeforeafterboth51 matrix:51 matrix:52 include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}52 include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}535354 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.54 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.555556 steps:56 steps:57 - name: Clean Workspace57 - name: Clean Workspace140140141 name: ${{ matrix.network }}-data-tests141 name: ${{ matrix.network }}-data-tests142142143 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.143 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.144144145 strategy:145 strategy:146 matrix:146 matrix:.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth494950 name: ${{ matrix.network }}-nodata-build50 name: ${{ matrix.network }}-nodata-build515152 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.52 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.535354 strategy:54 strategy:55 matrix:55 matrix:141141142 name: ${{ matrix.network }}-nodata-tests142 name: ${{ matrix.network }}-nodata-tests143143144 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.144 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.145145146 strategy:146 strategy:147 matrix:147 matrix:.github/workflows/market-test.ymldiffbeforeafterboth181819 name: ${{ matrix.network }} 19 name: ${{ matrix.network }} 202021 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.21 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.22 22 23 strategy:23 strategy:24 matrix:24 matrix:.github/workflows/node-only-update.ymldiffbeforeafterboth525253 name: ${{ matrix.network }}53 name: ${{ matrix.network }}545455 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.55 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.565657 strategy:57 strategy:58 matrix:58 matrix:.github/workflows/polkadot-types.ymldiffbeforeafterboth242425 name: ${{ matrix.network }}25 name: ${{ matrix.network }}262627 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.27 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.282829 strategy:29 strategy:30 matrix:30 matrix:.github/workflows/testnet-build.ymldiffbeforeafterboth535354 name: ${{ matrix.network }}54 name: ${{ matrix.network }}555556 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.56 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.575758 strategy:58 strategy:59 matrix:59 matrix:.github/workflows/try-runtime.ymldiffbeforeafterboth434344 # The type of runner that the job will run on44 # The type of runner that the job will run on45 runs-on: [self-hosted-ci]45 runs-on: [self-hosted-ci]46 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.46 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.474748 name: ${{ matrix.network }}-try-runtime-build48 name: ${{ matrix.network }}-try-runtime-build49 strategy:49 strategy:123123124 name: ${{ matrix.network }}-try-runtime-tests124 name: ${{ matrix.network }}-try-runtime-tests125125126 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.126 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.127127128 strategy:128 strategy:129 matrix:129 matrix:.github/workflows/unit-test.ymldiffbeforeafterboth171718 name: ${{ github.base_ref }}18 name: ${{ github.base_ref }}191920 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.20 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.212122 steps:22 steps:2323.github/workflows/xcm.ymldiffbeforeafterboth545455 name: ${{ matrix.network }}-build55 name: ${{ matrix.network }}-build565657 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.57 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.585859 strategy:59 strategy:60 matrix:60 matrix:319319320 name: ${{ matrix.network }}-tests320 name: ${{ matrix.network }}-tests321321322 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.322 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.323323324 strategy:324 strategy:325 matrix:325 matrix:.github/workflows/yarn-dev.ymldiffbeforeafterboth181819 name: ${{ matrix.network }}19 name: ${{ matrix.network }}202021 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.21 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.222223 strategy:23 strategy:24 matrix:24 matrix: