pull/4837/head
bunsenstraat 8 months ago
parent 1ccdb8ccff
commit a45378899f
  1. 42
      .circleci/config.yml

@ -111,27 +111,27 @@ jobs:
xlarge xlarge
working_directory: ~/remix-project working_directory: ~/remix-project
steps: steps:
- run: ldd --version - run: ldd --version
- checkout - checkout
- attach_workspace: - attach_workspace:
at: . at: .
- run: unzip ./persist/desktopbuild.zip - run: unzip ./persist/desktopbuild.zip
- run: - run:
command: | command: |
node -v node -v
mkdir apps/remixdesktop/build mkdir apps/remixdesktop/build
cp -r dist/apps/remix-ide apps/remixdesktop/build cp -r dist/apps/remix-ide apps/remixdesktop/build
cd apps/remixdesktop/ cd apps/remixdesktop/
yarn add node-pty yarn add node-pty
yarn --ignore-optional yarn --ignore-optional
yarn add @remix-project/remix-ws-templates yarn add @remix-project/remix-ws-templates
yarn dist yarn dist
yarn run selenium-install yarn run selenium-install
- run: - run:
name: "Run selenium" name: "Run selenium"
command: | command: |
yarn run selenium yarn run selenium
background: true background: true
- run: - run:
name: "Run tests" name: "Run tests"
command: | command: |

Loading…
Cancel
Save