script block

pull/4837/head
filip mertens 8 months ago
parent 2c57f7e88e
commit b9ba90e810
  1. 9
      .circleci/config.yml

@ -269,19 +269,12 @@ jobs:
yarn
yarn dist
yarn run selenium-install-win
- run:
name: start selenium
command: |
cd "apps/remixdesktop/"
yarn -v
yarn run selenium-standalone start
shell: powershell.exe
background: true
- run:
name: start tests
command: |
cd "apps/remixdesktop/"
yarn -v
Start-Job -ScriptBlock { yarn run selenium-win }
sleep 15
yarn run test:app:win
shell: powershell.exe

Loading…
Cancel
Save