From fd45d9b387dad7a17916f7efa3a951c134741d06 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Thu, 1 Sep 2022 11:30:58 -0700 Subject: [PATCH] Re-order CI actions for macos Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> --- .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 718df0cda0..c25c63a8b3 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