Skip to content

Commit 4117747

Browse files
serdarozerrstephanme
authored andcommitted
docs: run location clarified
1 parent 2410b82 commit 4117747

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

alioss/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ curl -X GET <signed url>
5353
Navigate to project's root folder. And run the following commands.
5454
```bash
5555
go install github.com/onsi/ginkgo/v2/ginkgo
56+
5657
ginkgo --skip-package=integration --randomize-all --cover -v -r ./alioss/...
5758
```
5859
### Integration Tests
@@ -65,8 +66,10 @@ ginkgo --skip-package=integration --randomize-all --cover -v -r ./alioss/...
6566
export ENDPOINT=<your Alibaba OSS endpoint>
6667
export BUCKET_NAME=<your Alibaba OSS bucket>
6768
```
68-
1. go build -o ./alioss ./alioss && go test ./alioss/integration/...
69-
69+
1. Navigate to project's root folder and run the command below:
70+
``` bash
71+
go build -o ./alioss ./alioss && go test ./alioss/integration/...
72+
```
7073
- To run it from scratch; create a new bucket, run tests, delete the bucket
7174
1. Create a user in your ali account and add policy `AliyunOSSFullAccess`, or restrict the users with more granular policies like `oss:CreateBucket`, `oss:DeleteBucket` etc.
7275
1. Create access key for the user.

0 commit comments

Comments
 (0)