Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
garrylachman committed May 22, 2023
1 parent 90dc7f0 commit 5421507
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
concurrency: ci-${{ github.workflow }}

jobs:
build-and-publish:
build-prepare:
runs-on: ${{ matrix.os }}

strategy:
Expand All @@ -34,13 +34,16 @@ jobs:
node-version: 18.11.0
cache: 'yarn'

- name: Install deps
- name: Install Dependecies
run: yarn install

- name: Install global lerna
run: yarn global add lerna

- name: Test
- name: Building Packages
run: yarn run build

- name: Testing
run: yarn run test

- name: Semantic Release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
concurrency: ci-${{ github.workflow }}

jobs:
build-and-publish:
build-release:
runs-on: ${{ matrix.os }}

strategy:
Expand Down Expand Up @@ -37,13 +37,13 @@ jobs:
with:
key: build-mutex

- name: Install deps
- name: Install Dependecies
run: yarn install

- name: Install global lerna
run: yarn global add lerna

- name: Build packages
- name: Building Packages
run: yarn run build

- name: Build/release Electron app
Expand Down

0 comments on commit 5421507

Please sign in to comment.