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