From a45378899ff4daa92c30c5e71bde0c7073043991 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Tue, 12 Mar 2024 18:48:39 +0100 Subject: [PATCH] config --- .circleci/config.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8b7b9c2585..a1e2d4d666 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -111,27 +111,27 @@ jobs: xlarge working_directory: ~/remix-project steps: - - run: ldd --version - - checkout - - attach_workspace: - at: . - - run: unzip ./persist/desktopbuild.zip - - run: - command: | - node -v - mkdir apps/remixdesktop/build - cp -r dist/apps/remix-ide apps/remixdesktop/build - cd apps/remixdesktop/ - yarn add node-pty - yarn --ignore-optional - yarn add @remix-project/remix-ws-templates - yarn dist - yarn run selenium-install - - run: - name: "Run selenium" - command: | - yarn run selenium - background: true + - run: ldd --version + - checkout + - attach_workspace: + at: . + - run: unzip ./persist/desktopbuild.zip + - run: + command: | + node -v + mkdir apps/remixdesktop/build + cp -r dist/apps/remix-ide apps/remixdesktop/build + cd apps/remixdesktop/ + yarn add node-pty + yarn --ignore-optional + yarn add @remix-project/remix-ws-templates + yarn dist + yarn run selenium-install + - run: + name: "Run selenium" + command: | + yarn run selenium + background: true - run: name: "Run tests" command: |