Skip to content

Commit

Permalink
Update contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboubakar committed Aug 27, 2024
1 parent 85b55a7 commit da1383b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ To run all the application tests (unit and integration), use this command:
./gradlew test -i
```

To run only the application unit tests, use this command:

```shell
./gradlew unitTest -i
```

To run all the application integration tests, use this command:

```shell
./gradlew integrationTest -i
```
## Checkstyle

Before pushing your branch and open/synchronize a pull-request, you have to verify the checkstyle of your application. Here is the command to do so:
Expand Down

0 comments on commit da1383b

Please sign in to comment.