Skip to content

Commit

Permalink
Merge pull request #507 from noriyotcp/update-create-release
Browse files Browse the repository at this point in the history
Remove yarn lint and test from create-release workflow
  • Loading branch information
noriyotcp authored Jun 27, 2022
2 parents daf39f1 + 925f4df commit b193de0
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 b193de0

Please sign in to comment.