Skip to content

Commit

Permalink
Remove yarn lint and test from create-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
noriyotcp committed Jun 27, 2022
1 parent daf39f1 commit 925f4df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
- name: "Build the app for Mac (Intel)"
run: yarn app:build:mac:x64
- name: "Build the app for Mac (Arm)"
Expand Down

0 comments on commit 925f4df

Please sign in to comment.