|
|
|
@ -261,23 +261,14 @@ jobs: |
|
|
|
|
nvm use 20.0.0 |
|
|
|
|
node -v |
|
|
|
|
yarn |
|
|
|
|
yarn dist |
|
|
|
|
yarn run selenium-install-win |
|
|
|
|
- run: |
|
|
|
|
name: "Run selenium" |
|
|
|
|
command: | |
|
|
|
|
cd apps/remixdesktop/ |
|
|
|
|
sleep 5 |
|
|
|
|
nvm use 20.0.0 && node -v && npm install --global yarn && yarn run selenium-win || sleep 5 && nvm use 20.0.0 && node -v && npm install --global yarn && yarn run selenium-win |
|
|
|
|
background: true |
|
|
|
|
- run: |
|
|
|
|
name: "Run tests" |
|
|
|
|
name: start selenium |
|
|
|
|
command: | |
|
|
|
|
cd apps/remixdesktop/ |
|
|
|
|
nvm use 20.0.0 |
|
|
|
|
node -v |
|
|
|
|
sleep 15 |
|
|
|
|
yarn run test:app:win |
|
|
|
|
yarn -v |
|
|
|
|
yarn run selenium-win |
|
|
|
|
shell: powershell.exe -NoProfile -NoLogo -NonInteractive -Command "{0} |
|
|
|
|
|
|
|
|
|
# see https://docs.digicert.com/en/software-trust-manager/ci-cd-integrations/script-integrations/github-integration-ksp.html |
|
|
|
|
sign-remixdesktop-windows: |
|
|
|
|