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
--- a/.github/workflows/fork-update-withdata.yml
+++ b/.github/workflows/fork-update-withdata.yml
@@ -1,4 +1,4 @@
-name: Upgrade replica
+name: upgrade replica
 
 # Controls when the action will run.
 on:
@@ -38,15 +38,15 @@
     strategy:
       matrix:
         include:
-          - network: Opal
+          - network: opal
             features: opal-runtime
             runtime: opal
             fork_from_address: wss://eu-ws-opal.unique.network:443
-          - network: Quartz
+          - network: quartz
             features: quartz-runtime
             runtime: quartz
             fork_from_address: wss://eu-ws-quartz.unique.network:443
-          - network: Unique
+          - network: unique
             features: unique-runtime
             runtime: unique
             fork_from_address: wss://eu-ws.unique.network:443
modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
1name: Upgrade nodata1name: upgrade nodata
22
3# Controls when the action will run.3# Controls when the action will run.
4on:4on:
51 uses: fabiocaccamo/create-matrix-action@v251 uses: fabiocaccamo/create-matrix-action@v2
52 id: create_matrix52 id: create_matrix
53 with:53 with:
54 matrix: |54 matrix: |
55 network {Opal}, runtime {opal}, features {opal-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}55 network {opal}, runtime {opal}, features {opal-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}
56 network {Quartz}, runtime {quartz}, features {quartz-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}56 network {quartz}, runtime {quartz}, features {quartz-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}
57 network {Unique}, runtime {unique}, features {unique-runtime}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}}57 network {unique}, runtime {unique}, features {unique-runtime}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}}
5858
5959
6060
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: