Skip to content

Commit e86395e

Browse files
committed
Inline unused-steps check and drop --parallel 1
Remove the check-unused-steps.sh script and inline the command directly into the npm script. Drop --parallel 1 to use the config default parallelism. Issue: ZENKO-5215
1 parent 56d1c1a commit e86395e

2 files changed

Lines changed: 1 addition & 17 deletions

File tree

tests/ctst/check-unused-steps.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

tests/ctst/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"scripts": {
3737
"build": "tsc --build tsconfig.json",
3838
"lint": "eslint .",
39-
"unused-steps": "bash check-unused-steps.sh"
39+
"unused-steps": "! cucumber-js --config cucumber.config.cjs --dry-run --format usage 2>&1 | grep UNUSED"
4040
},
4141
"resolutions": {
4242
"@azure/core-client": "1.10.1"

0 commit comments

Comments
 (0)