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:
parent
b41bbd5ff6
commit
0d17d62dd9
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Run tests
|
||||
- name: Run npm tests
|
||||
run: npm test
|
||||
|
||||
coverage:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue