diff --git a/package.json b/package.json index bede2b3d..e4132201 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,10 @@ "test": "yarn run test-default && yarn run test-cli", "test-default": "jest --testTimeout=10000 --testPathIgnorePatterns=__tests__/cli.test.ts --collect-coverage --coverage", "test-cli": "nyc jest --testTimeout=10000 --silent --testMatch=**/cli*test.ts && nyc report --reporter=lcov --reporter=html --report-dir=./coverage_nyc", + "test-action": "npm test -- __tests__/action-docs-action.test.ts", + "test-workflow": "npm test -- __tests__/action-docs-workflow.test.ts", + "dev-action": "node lib/cli.js -a __tests__/fixtures/action/action.yml", + "dev-workflow": "node lib/cli.js -a __tests__/fixtures/workflow/workflow.yml", "all": "yarn run build && yarn run format && yarn run lint && yarn test" }, "repository": {