Skip to content

Commit adc3ab3

Browse files
update readme with release test process
CLDSRVCLT-7
1 parent 91ed87b commit adc3ab3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ yarn build
1717
### Local testing
1818

1919
1. Install dependencies & build the smithy client: `yarn build`
20+
21+
If you want to try a release build in another project, you can also push your branch after adding this push condition in `release.yml`:
22+
```yaml
23+
# Uncomment to test your work as a release before it's merged
24+
push:
25+
branches:
26+
- improvement/CLDSRVCLT-X
27+
```
28+
2029
2. Start CloudServer: `S3VAULT=mem S3METADATA=mem S3DATA=mem REMOTE_MANAGEMENT_DISABLE=true yarn start`
2130
Some tests require different cloudserver setup :
2231
For example : tests/testIndexesApis.test.ts : `S3METADATA=mongodb`

0 commit comments

Comments
 (0)