From 21488cde7d564b516f87965148664a8c748477e6 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sat, 21 Nov 2020 10:50:37 +0900 Subject: [PATCH] ci: comment out npm test --- .github/workflows/dev-image.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev-image.yml b/.github/workflows/dev-image.yml index 99a9cd8..b88e1c1 100644 --- a/.github/workflows/dev-image.yml +++ b/.github/workflows/dev-image.yml @@ -34,4 +34,6 @@ jobs: - uses: actions/checkout@v2 - run: make build - run: make cirun cmd="npm ci" - - run: make ciall + # - run: make ciall + - run: make cirun cmd="npm format:check" + - run: make cirun cmd="npm lint"