From 83d3baa37962112fd8b5328e90fb31d177f03d67 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Tue, 16 Aug 2022 11:14:25 +0000 Subject: [PATCH] Merge pull request #505 from UniqueNetwork/CI-40-int-test-parachain-mode-v1 Specify variable in job name --- --- a/.github/workflows/fork-update-withdata.yml +++ b/.github/workflows/fork-update-withdata.yml @@ -25,7 +25,7 @@ # The type of runner that the job will run on runs-on: self-hosted-ci - name: Build Container, Spin it Up an test + name: ${{ matrix.network }} Fork Parachain with data 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. --- a/.github/workflows/forkless-update-nodata.yml +++ b/.github/workflows/forkless-update-nodata.yml @@ -57,7 +57,7 @@ # The type of runner that the job will run on runs-on: self-hosted-ci - name: Build Container, Spin it Up an test + name: ${{ matrix.network }} - Forkless Parachain Upgrade NO data 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. -- gitstuff