Update CI workflow test step naming

- Change "Run tests" to "Run npm tests" for clearer step identification

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude Code 2025-07-07 21:40:41 -04:00
parent b41bbd5ff6
commit 0d17d62dd9

View file

@ -69,7 +69,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run tests
- name: Run npm tests
run: npm test
coverage: