From 83c91b8e792e4aceb5a3dade5139ac5062757a4c Mon Sep 17 00:00:00 2001 From: filip mertens Date: Tue, 20 Sep 2022 21:01:45 +0200 Subject: [PATCH] pipe it --- .circleci/config.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c86a00cbdd..d1ac3a2f73 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -119,12 +119,12 @@ jobs: - store_artifacts: path: ./reports/screenshots - remix-ide-chrome: + tests-passed: machine: image: ubuntu-2004:202010-01 steps: - run: echo done - + remix-test-plugins: docker: - image: cimg/node:14.17.6-browsers @@ -279,9 +279,12 @@ workflows: script: ["browser_test.sh"] group: ["0","1","2","3","4","5","6","7","8","9"] groupsize: ["10"] - - remix-ide-chrome: + - tests-passed: requires: + - lint + - remix-libs - remix-ide-browser + - remix-test-plugins - deploy-remix-live: requires: - lint