Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Jan 8, 2024
1 parent d580eb7 commit 36a01ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/common/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@ curl -s "http://127.0.0.1:4566/health" | jq .
}
```

### Run unit test
```shell
$ export AWS_PROFILE=localstack
$ export LOCALSTACK_AUTH_TOKEN=YOUR_AUTH_TOKEN
$ make docker
$ make test
```

### Generate CHANGELOG
```shell
make changelog
Expand Down

0 comments on commit 36a01ae

Please sign in to comment.