From e89876d5617f4b990ef3dbc894b5e974a8213df5 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 18 Aug 2022 09:33:57 +0000 Subject: [PATCH] tests: conver uppercase names to lowercase names --- --- a/.github/workflows/dev-build-tests.yml +++ b/.github/workflows/dev-build-tests.yml @@ -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