Skip to content

Commit d76aab8

Browse files
update unit test workflow
1 parent f868183 commit d76aab8

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/unit-test.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ jobs:
6666
working-directory: ./packages/contentstack-query-export
6767
run: npm run test:unit
6868

69-
- name: Run tests for Contentstack Apps CLI
70-
working-directory: ./packages/contentstack-apps-cli
71-
run: npm run test:unit:report:json
72-
7369
- name: Run tests for Contentstack Content Type plugin
7470
working-directory: ./packages/contentstack-content-type
7571
run: npm run test:unit
@@ -78,14 +74,14 @@ jobs:
7874
working-directory: ./packages/contentstack-cli-cm-regex-validate
7975
run: npm run test:unit
8076

81-
- name: Run tests for Contentstack Tsgen plugin
82-
working-directory: ./packages/contentstack-cli-tsgen
83-
run: npm run test
84-
8577
- name: Run tests for Contentstack Migrate RTE
8678
working-directory: ./packages/contentstack-migrate-rte
87-
run: npm test
79+
run: npm run test
8880

8981
- name: Run tests for Contentstack Bulk Operations
9082
working-directory: ./packages/contentstack-bulk-operations
91-
run: npm test
83+
run: npm run test
84+
85+
- name: Run tests for Contentstack Apps CLI
86+
working-directory: ./packages/contentstack-apps-cli
87+
run: npm run test:unit:report:json

0 commit comments

Comments
 (0)