windows tests

pull/5370/head
filip mertens 7 months ago
parent ebaf91e155
commit af5dcd4cb9
  1. 15
      .circleci/config.yml

@ -262,15 +262,26 @@ jobs:
yarn yarn
yarn dist yarn dist
- run: - run:
name: start tests name: start tests offline
command: | command: |
cd "apps/remixdesktop/" cd "apps/remixdesktop/"
yarn -v yarn -v
sleep 15 sleep 15
yarn run test:offline yarn run test:offline
- run:
name: start tests
command: |
cd "apps/remixdesktop/"
yarn -v
sleep 15
yarn run test yarn run test
- run:
name: start tests git
command: |
cd "apps/remixdesktop/"
yarn -v
sleep 15
yarn run test:isogit yarn run test:isogit
shell: powershell.exe
# see https://docs.digicert.com/en/software-trust-manager/ci-cd-integrations/script-integrations/github-integration-ksp.html # see https://docs.digicert.com/en/software-trust-manager/ci-cd-integrations/script-integrations/github-integration-ksp.html
sign-remixdesktop-windows: sign-remixdesktop-windows:
executor: win/default # executor type executor: win/default # executor type

Loading…
Cancel
Save