From 925f4df3d4b6cd35fe713900d8253d175151cd81 Mon Sep 17 00:00:00 2001 From: noriyotcp Date: Mon, 27 Jun 2022 23:24:55 +0900 Subject: [PATCH] Remove yarn lint and test from create-release workflow --- .github/workflows/create-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 7c0c1853..46a0f86e 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -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)"