From a48ea4ab76858c1d0530191015b3757513b1469a Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Thu, 1 Sep 2022 11:15:24 -0700 Subject: [PATCH] Re-order CI actions for macos --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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