git.delta.rocks / unique-network / refs/commits / 83d3baa37962

difftreelog

Merge pull request #505 from UniqueNetwork/CI-40-int-test-parachain-mode-v1

Yaroslav Bolyukin2022-08-16parents: #ef0cfd2 #b1e2906.patch.diff
in: master
Specify variable in job name

2 files changed

modified.github/workflows/fork-update-withdata.ymldiffbeforeafterboth
25 # The type of runner that the job will run on25 # The type of runner that the job will run on
26 runs-on: self-hosted-ci26 runs-on: self-hosted-ci
2727
28 name: Build Container, Spin it Up an test28 name: ${{ matrix.network }} Fork Parachain with data
2929
30 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.30 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.
3131
modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
--- 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.