Skip to content

Commit 2c4539b

Browse files
Update CONTRIBUTING.md
1 parent af353e9 commit 2c4539b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,14 @@ $ ./gradlew assemble
5858
## Testing
5959

6060
```bash
61-
# Run integration tests
62-
$ ./gradlew integrationTest
63-
```
6461
$ ./gradlew test
62+
```
6563

66-
# Some modules have integration tests
64+
### Some modules have integration tests
65+
66+
```
6767
$ ./gradlew integrationTest
68+
```
6869

6970
Follow the Java Instrumentation [Style Guide](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/contributing/style-guideline.md) from the opentelemetry-java-instrumentation repository.
7071

0 commit comments

Comments
 (0)