windows tests

pull/4837/head
filip mertens 7 months ago
parent 191a28d96c
commit fbc6fdc72a
  1. 15
      .circleci/config.yml

@ -262,15 +262,26 @@ jobs:
yarn
yarn dist
- run:
name: start tests
name: start tests offline
command: |
cd "apps/remixdesktop/"
yarn -v
sleep 15
yarn run test:offline
- run:
name: start tests
command: |
cd "apps/remixdesktop/"
yarn -v
sleep 15
yarn run test
- run:
name: start tests git
command: |
cd "apps/remixdesktop/"
yarn -v
sleep 15
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
sign-remixdesktop-windows:
executor: win/default # executor type

Loading…
Cancel
Save