Skip to content

Commit 36a01ae

Browse files
committed
Update
1 parent d580eb7 commit 36a01ae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/common/developers.md

+9
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,15 @@ curl -s "http://127.0.0.1:4566/health" | jq .
9898
}
9999
```
100100

101+
### Run unit test
102+
```shell
103+
$ export AWS_PROFILE=localstack
104+
$ export LOCALSTACK_AUTH_TOKEN=YOUR_AUTH_TOKEN
105+
106+
$ make docker
107+
$ make test
108+
```
109+
101110
### Generate CHANGELOG
102111
```shell
103112
make changelog

0 commit comments

Comments
 (0)