From 92da503d02d94ae63c2897403b7402eab648ec5c Mon Sep 17 00:00:00 2001 From: filip mertens Date: Sat, 16 Mar 2024 11:37:04 +0100 Subject: [PATCH] try powershell --- .circleci/config.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c4f2df1be2..c61e408d76 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: