Re-order CI actions for macos

This commit is contained in:
Fedor Indutny
2022-09-01 11:15:24 -07:00
committed by GitHub
parent 0715cc6be3
commit a48ea4ab76

View File

@@ -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