Skip to content

Commit b2569e5

Browse files
author
Cosmin Ciobanu
committed
Update local setup steps of contributing guide
1 parent 22882c5 commit b2569e5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44

55
Ensure you are not running a local postgres server (such as the Postgres app for OSX).
66

7-
Start up / tear down the local network:
7+
Start up / tear down the local network & containers:
88

99
```bash
10-
> ./bin/local up
11-
> ./bin/local down
10+
> export SERVER_KEY=$(cat world/server.key)
11+
> export SERVER_CERT=$(cat world/server.crt)
12+
> docker-compose up
1213
```
14+
If the above stops working, check the [Github action](https://github.com/typelevel/skunk/blob/main/.github/workflows/ci.yml) for what runs during CI.
1315

1416
Then to run all the tests, in a separate window:
1517

0 commit comments

Comments
 (0)