ci: comment out npm test

This commit is contained in:
peaceiris 2020-11-21 10:50:37 +09:00
parent da07fc528b
commit 21488cde7d
No known key found for this signature in database
GPG key ID: 5868468A8EBA64EC

View file

@ -34,4 +34,6 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: make build - run: make build
- run: make cirun cmd="npm ci" - 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"