Skip to content

Commit

Permalink
Minimal fix for operation rename issue for HLC -> Modular client (#8436)
Browse files Browse the repository at this point in the history
* fix

* add test

* fix test data

* add more tests to make robust, and consider different sdk type.

* fix

* fix

* add github action

* fix build issue

* save fix

* fix working dir

* add ci test case

* fix

* add to workflow

* a bit fix

* update test cases

* add vitest config

* wip

* fix

* limit to run actual test in tool repo

* remove ci test case

* remove  action

---------

Co-authored-by: albertxavier100 <[email protected]>
  • Loading branch information
wanlwanl and albertxavier100 authored Jun 21, 2024
1 parent 9acbc6f commit 16b6c25
Show file tree
Hide file tree
Showing 18 changed files with 2,027 additions and 101 deletions.
15 changes: 15 additions & 0 deletions tools/js-sdk-release-tools/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,21 @@ extends:
versionSpec: '$(NodeVersion)'
displayName: 'Install Node.js'

- script: |
npm install
displayName: 'npm install'
workingDirectory: $(System.DefaultWorkingDirectory)/tools/js-sdk-release-tools
- script: |
npm run build
displayName: 'npm run build'
workingDirectory: $(System.DefaultWorkingDirectory)/tools/js-sdk-release-tools
- script: |
npm run test
displayName: 'npm run test'
workingDirectory: $(System.DefaultWorkingDirectory)/tools/js-sdk-release-tools
- script: |
npm install
displayName: 'npm install'
Expand Down
Loading

0 comments on commit 16b6c25

Please sign in to comment.