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

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

Loading…
Cancel
Save