From b7c6b4899c01e204d3aafe94e3352a382d3b02e6 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 18 Aug 2022 11:06:33 +0000 Subject: [PATCH] tests: change job name to lowercase --- --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -1,4 +1,4 @@ -name: Code style +name: cargo fmt on: pull_request: --- 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 --- 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 }}} --- 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: -- gitstuff