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

difftreelog

tests: change job name to lowercase

Alexander Aksenov2022-08-18parent: #78be8ae.patch.diff
in: master

4 files changed

modified.github/workflows/codestyle.ymldiffbeforeafterboth
--- a/.github/workflows/codestyle.yml
+++ b/.github/workflows/codestyle.yml
@@ -1,4 +1,4 @@
-name: Code style
+name: cargo fmt
 
 on:
   pull_request:
modified.github/workflows/fork-update-withdata.ymldiffbeforeafterboth
1name: Upgrade replica1name: upgrade replica
22
3# Controls when the action will run.3# Controls when the action will run.
4on:4on:
38 strategy:38 strategy:
39 matrix:39 matrix:
40 include:40 include:
41 - network: Opal41 - network: opal
42 features: opal-runtime42 features: opal-runtime
43 runtime: opal43 runtime: opal
44 fork_from_address: wss://eu-ws-opal.unique.network:44344 fork_from_address: wss://eu-ws-opal.unique.network:443
45 - network: Quartz45 - network: quartz
46 features: quartz-runtime46 features: quartz-runtime
47 runtime: quartz47 runtime: quartz
48 fork_from_address: wss://eu-ws-quartz.unique.network:44348 fork_from_address: wss://eu-ws-quartz.unique.network:443
49 - network: Unique49 - network: unique
50 features: unique-runtime50 features: unique-runtime
51 runtime: unique51 runtime: unique
52 fork_from_address: wss://eu-ws.unique.network:44352 fork_from_address: wss://eu-ws.unique.network:443
modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
--- a/.github/workflows/forkless-update-nodata.yml
+++ b/.github/workflows/forkless-update-nodata.yml
@@ -1,4 +1,4 @@
-name: Upgrade nodata
+name: upgrade nodata
 
 # Controls when the action will run.
 on:
@@ -52,9 +52,9 @@
         id: create_matrix
         with:
           matrix: |
-            network {Opal}, runtime {opal}, features {opal-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}
-            network {Quartz}, runtime {quartz}, features {quartz-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}
-            network {Unique}, runtime {unique}, features {unique-runtime}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}}
+            network {opal}, runtime {opal}, features {opal-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}
+            network {quartz}, runtime {quartz}, features {quartz-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}
+            network {unique}, runtime {unique}, features {unique-runtime}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}}
 
 
 
modified.github/workflows/tests_codestyle.ymldiffbeforeafterboth
--- a/.github/workflows/tests_codestyle.yml
+++ b/.github/workflows/tests_codestyle.yml
@@ -1,4 +1,4 @@
-name: Tests code style
+name: yarn eslint
 
 on:
   pull_request: