From 7292977ab723fcf23bd019fc38228c8e171dcb7b Mon Sep 17 00:00:00 2001 From: filip mertens Date: Fri, 15 Mar 2024 09:48:46 +0100 Subject: [PATCH] run --- .circleci/config.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ec842e351d..9d71ab83ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -270,12 +270,14 @@ jobs: yarn run selenium-install-win yarn run selenium-win background: true - # - run: - # name: "Run tests" - # command: | - # cd apps/remixdesktop/ - # ls -la - # yarn run test:app:win + - run: + name: "Run tests" + command: | + cd apps/remixdesktop/ + nvm use 20.0.0 + node -v + ls -la + yarn run test:app:win # see https://docs.digicert.com/en/software-trust-manager/ci-cd-integrations/script-integrations/github-integration-ksp.html sign-remixdesktop-windows: