pull/4837/head
filip mertens 9 months ago
parent 9528df2c2f
commit 22e0223b2a
  1. 2
      .circleci/config.yml

@ -375,12 +375,14 @@ jobs:
- run: - run:
name: "Run selenium" name: "Run selenium"
command: | command: |
nvm use 20.0.0
cd apps/remixdesktop/ cd apps/remixdesktop/
yarn run selenium-mac yarn run selenium-mac
background: true background: true
- run: - run:
name: "Run tests" name: "Run tests"
command: | command: |
nvm use 20.0.0
cd apps/remixdesktop/ cd apps/remixdesktop/
yarn run build:e2e && yarn run test:app:mac yarn run build:e2e && yarn run test:app:mac

Loading…
Cancel
Save