|
|
|
@ -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 |
|
|
|
|