Skip to content

Commit

Permalink
fix CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
viclovsky committed Jul 13, 2020
1 parent d41da83 commit cfd8463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ $ git clone git@github.com:your-username/allure-kotlin.git
Then build the project (build requires JDK 1.6 or higher):

```bash
$ ./gradlew build
$ ./gradlew build -x :samples:junit4-android:testReleaseUnitTest -x :samples:junit4-android:testDebugUnitTest
```

Make your change. Add tests for your change. Make sure all the tests pass:

```bash
$ ./gradlew test
$ ./gradlew test -x :samples:junit4-android:testReleaseUnitTest -x :samples:junit4-android:testDebugUnitTest
```

Push your fork and submit a pull request.

0 comments on commit cfd8463

Please sign in to comment.