From d067c80583d75a885302b81914798b79822696e4 Mon Sep 17 00:00:00 2001 From: Jumpei Ogawa Date: Wed, 28 Aug 2024 15:02:03 +0900 Subject: [PATCH] ci: remove duplicate `npm run check` command from `build` job --- .github/workflows/actions.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 06dde815af..2ac3fc07b0 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -26,7 +26,6 @@ jobs: cache: npm - run: npm ci - run: npm run build - - run: npm run check # - run: npm test check: