Skip to content

Commit 8563ce3

Browse files
committed
updated auth unit test workflow script
1 parent edc4f22 commit 8563ce3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run tests for Contentstack Import Plugin
2828
working-directory: ./packages/contentstack-import
2929
run: npm run test:unit
30-
30+
3131
- name: Run tests for Contentstack Export Plugin
3232
working-directory: ./packages/contentstack-export
3333
run: npm run test:unit
@@ -58,13 +58,12 @@ jobs:
5858

5959
- name: Run tests for Contentstack Auth
6060
working-directory: ./packages/contentstack-auth
61-
run: npm run test
61+
run: npm run test:unit
6262

6363
# - name: Run tests for Contentstack Import Setup
6464
# working-directory: ./packages/contentstack-import-setup
6565
# run: npm run test:unit
6666

67-
6867
- name: Run tests for Contentstack Bulk Publish
6968
working-directory: ./packages/contentstack-bulk-publish
7069
run: npm run test:unit

0 commit comments

Comments
 (0)