Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Oct 5, 2023
1 parent 1403d5e commit e7d3fc9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ name: Node.js CI
on:
push:
branches:
- main
- master
- 1.x
pull_request:
branches:
- main
- master
- 1.x

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
branches: [ master, 1.x ]
branches: [ master ]

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion test/OSSObject.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ describe('test/OSSObject.test.ts', () => {
assert.equal(err.code, 'CallbackFailed');
assert(err.hostId);
assert(err.requestId);
assert.match(err.message, /\[request-id=\w+, response-code=CallbackFailed, response-host=oss-client-unittest-china.oss-cn-hangzhou.aliyuncs.com] Response body is not valid json format\./);
assert.match(err.message, /Response body is not valid json format\./);
return true;
});

Expand Down

0 comments on commit e7d3fc9

Please sign in to comment.