diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 718df0cda..c25c63a8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,14 +66,14 @@ jobs: - run: yarn generate - run: yarn prepare-beta-build + - run: yarn test-node + - run: yarn test-electron + timeout-minutes: 5 - run: yarn build env: DISABLE_INSPECT_FUSE: on - name: Rebuild native modules for x64 run: yarn electron:install-app-deps - - run: yarn test-node - - run: yarn test-electron - timeout-minutes: 5 - run: yarn test-release env: NODE_ENV: production