diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 292b4b0..da791e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,9 +40,9 @@ jobs: id: npm-lint run: npm run lint - - name: Test - id: npm-ci-test - run: npm run ci-test + # - name: Test + # id: npm-ci-test + # run: npm run ci-test # test-action: # name: GitHub Actions Test