Skip to content

Commit 4a566e7

Browse files
author
naman-contentstack
committed
updated workflow file
1 parent fe10afa commit 4a566e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
npm install
22+
npm install @contentstack/cli
23+
24+
- name: Configure Region
25+
run: csdx config:set:region us
2226

2327
- name: Run tests
2428
run: npm run test

0 commit comments

Comments
 (0)