From 45bd07a5c027208c73dae9fa682c7a91b6e050f1 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 15 Sep 2019 20:27:05 +0900 Subject: [PATCH] fix: workflow syntax --- .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 4f75d9f..c82f37a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,10 +18,10 @@ jobs: - uses: actions/checkout@v1 - name: Install dependencies - - run: npm ci + run: npm ci # - name: Test script - # - run: npm test + # run: npm test - name: Test action uses: peaceiris/actions-hugo@migrate-javascript-action