Skip to content

Commit

Permalink
remove action
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlwanl committed Jun 20, 2024
1 parent 148ac42 commit d9d9ab2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 42 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/js-sdk-release-tool-pull-request-check.yml

This file was deleted.

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 @@ -48,6 +48,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
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class Changelog {
this.typeAliasParamChangeRequired.length > 0 ||
this.removedEnum.length > 0 ||
this.removedEnumValue.length > 0;
this.removedFunction.length > 0;
this.removedFunction.length > 0;
}

public get hasFeature() {
Expand Down

0 comments on commit d9d9ab2

Please sign in to comment.