pull/4837/head
filip mertens 8 months ago
parent 8f52107f8b
commit 43de5c233c
  1. 8
      .circleci/config.yml

@ -275,6 +275,14 @@ jobs:
yarn -v
yarn run selenium-win
shell: powershell.exe
- run:
name: start tests
command: |
cd "apps/remixdesktop/"
yarn -v
sleep 15
yarn run test:app:win
shell: powershell.exe
# see https://docs.digicert.com/en/software-trust-manager/ci-cd-integrations/script-integrations/github-integration-ksp.html
sign-remixdesktop-windows:
executor: win/default # executor type

Loading…
Cancel
Save