From 8b81bd98dc15afe4f73015bfd21be7fa6660a1c6 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 18 Aug 2022 17:04:04 +0000 Subject: [PATCH] convert to lowercase --- --- a/.github/workflows/build-test-master.yml +++ b/.github/workflows/build-test-master.yml @@ -1,4 +1,4 @@ -name: Yarn test para +name: yarn test para # Controls when the action will run. on: @@ -38,11 +38,11 @@ strategy: matrix: include: - - network: "Opal" + - network: "opal" features: "opal-runtime" - - network: "Quartz" + - network: "quartz" features: "quartz-runtime" - - network: "Unique" + - network: "unique" features: "unique-runtime" steps: -- gitstuff