ci(test): update test command to include --run and --coverage flags

This commit is contained in:
Naoki Oketani
2025-05-02 14:23:18 +00:00
parent 3d0a464b5e
commit 4427195a49

View File

@@ -20,7 +20,7 @@ jobs:
- name: Install dependencies and run tests
run: |
npm ci
npm run test -- --run
npm run test -- --run --coverage
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}