Re-order CI actions for macos
This commit is contained in:
parent
0715cc6be3
commit
a48ea4ab76
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue