mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-18 12:26:41 +00:00
document circleCI stuff in README
This commit is contained in:
parent
309a2f31a3
commit
d3afe111a2
16
README.md
16
README.md
@ -179,7 +179,21 @@ lein with-profile test figwheel devcards
|
|||||||
|
|
||||||
Open http://localhost:3449/cards.html
|
Open http://localhost:3449/cards.html
|
||||||
|
|
||||||
### Update landing page
|
### CircleCI
|
||||||
|
|
||||||
|
We use CircleCI to run unit tests. The following env vars need to be set for this to work:
|
||||||
|
|
||||||
|
> These env vars override configuration parameters that are usually set using the `config.edn` file.
|
||||||
|
|
||||||
|
- `ETH_ACCOUNT` - as in `config.edn`
|
||||||
|
- `ETH_PASSWORD` - as in `config.edn`
|
||||||
|
- `ETH_RPC_URL` - as in `config.edn`
|
||||||
|
- `ETH_WALLET_FILE` - as in `config.edn`
|
||||||
|
- `ETH_WALLET_JSON` - contents of this will be written to `ETH_WALLET_FILE`
|
||||||
|
|
||||||
|
:bulb: Ideally we'd create those parameters in a script. PR welcome.
|
||||||
|
|
||||||
|
## Update landing page
|
||||||
|
|
||||||
Landing page is static and different CSS and JS due to time constraints.
|
Landing page is static and different CSS and JS due to time constraints.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user