We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ed87b commit adc3ab3Copy full SHA for adc3ab3
README.md
@@ -17,6 +17,15 @@ yarn build
17
### Local testing
18
19
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
29
2. Start CloudServer: `S3VAULT=mem S3METADATA=mem S3DATA=mem REMOTE_MANAGEMENT_DISABLE=true yarn start`
30
Some tests require different cloudserver setup :
31
For example : tests/testIndexesApis.test.ts : `S3METADATA=mongodb`
0 commit comments