Skip to content

Commit ab81664

Browse files
authored
ci: Jim/add shift ai setup step (#38)
* deps: update @deriv-com/shiftai-cli to version ^1.0.2 * ci: add ShiftAI CLI setup step to workflow - Add setup step for @deriv-com/shiftai-cli and shai - Install globally and run shai install before PR creation
1 parent 5b27848 commit ab81664

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish_deriv_charts_and_update_deriv_app.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ jobs:
9898
cd derivatives-trader
9999
npm run bootstrap:dev
100100
101+
- name: Setup @deriv-com/shiftai-cli and shai
102+
run: |
103+
npm install -g @deriv-com/shiftai-cli
104+
shai install
105+
101106
- name: Create Pull Request to derivatives-trader
102107
uses: peter-evans/create-pull-request@76c6f5c20e2111bfee3cd30fae52a25e410f5efc
103108
with:

0 commit comments

Comments
 (0)