pull/2868/head
filip mertens 2 years ago
parent 7aabd02b72
commit deebe82d70
  1. 10
      .circleci/config.yml

@ -119,7 +119,12 @@ jobs:
- store_artifacts:
path: ./reports/screenshots
remix-ide-chrome:
machine:
image: ubuntu-2004:202010-01
steps:
- run: echo done
remix-test-plugins:
docker:
- image: cimg/node:14.17.6-browsers
@ -274,6 +279,9 @@ workflows:
script: ["browser_test.sh"]
group: ["0","1","2","3","4","5","6","7","8","9"]
groupsize: ["10"]
- remix-ide-chrome:
requires:
- remix-ide-browser
- deploy-remix-live:
requires:
- lint

Loading…
Cancel
Save