From 724bfcf9f350d03e68b0f7767f03391f816708fa Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Wed, 18 Sep 2019 10:08:12 +0900 Subject: [PATCH] gha: enable npm test step --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0be2b99..7bd61e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,8 +15,8 @@ jobs: - name: Lint run: npm run lint - # - name: Test script - # run: npm test + - name: Test + run: npm test # - name: Build production # run: npm run build