pull/5370/head
filip mertens 8 months ago
parent 16656e7c0f
commit 28eea0076d
  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