From ae6200cb56eb4cd554bb61a2d6766f30a04a80b4 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Mon, 6 Mar 2023 12:01:05 +0100 Subject: [PATCH] rename --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7bb707a20f..6254c677d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -317,7 +317,7 @@ workflows: - build - build-plugin matrix: - alias: testplugins + alias: plugins parameters: plugin: ["etherscan", "vyper", "plugin_api"] parallelism: [1, 9] @@ -343,13 +343,13 @@ workflows: - lint - remix-libs - remix-ide-browser - - testplugins + - plugins - deploy-remix-live: requires: - lint - remix-libs - remix-ide-browser - - testplugins + - plugins filters: branches: only: remix_live @@ -358,7 +358,7 @@ workflows: - lint - remix-libs - remix-ide-browser - - testplugins + - plugins filters: branches: only: master @@ -367,7 +367,7 @@ workflows: - lint - remix-libs - remix-ide-browser - - testplugins + - plugins filters: branches: only: remix_beta