Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit b7096d5

Browse files
committed
Improve contributing.md
1 parent 2d85f12 commit b7096d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ explore the underlying principles for the design choices of this provider.
1111
## Prerequisites
1212

1313
- [Go 1.13+](https://go.dev/)
14-
- [Docker](https://docs.docker.com/get-docker/)
15-
- [Docker-Compose](https://docs.docker.com/compose/install/)
14+
- [Docker](https://docs.docker.com/get-docker/) - used for running acceptance tests.
15+
- [Docker-Compose](https://docs.docker.com/compose/install/) - used for running acceptance tests.
1616

1717
## Getting started
1818

@@ -46,11 +46,11 @@ AUTH0_CLIENT_ID=<your-auth0-client-id>
4646
AUTH0_CLIENT_SECRET=<your-auth0-client-secret>
4747
```
4848

49-
Then, run `docker-compose up -d && make testacc`.
49+
Then, run `make testacc`.
5050

5151
**Note:** The acceptance tests make calls to a real Auth0 tenant, and create
5252
real resources. Certain tests also require a paid Auth0 subscription to be able to
53-
run successfully.
53+
run successfully, e.g. `TestAccCustomDomain` and the ones starting with `TestAccLogStream*`.
5454

5555
**Note:** At the time of writing, the following configuration steps are also
5656
required for the test tenant:

0 commit comments

Comments
 (0)