Skip to content

Commit c8a265d

Browse files
authored
Update Gradle task command in CONTRIBUTING.md
1 parent 215b43b commit c8a265d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ so do familiarize yourself with the following guidelines.
5353
## PR workflow
5454

5555
0. The contributor builds the library locally and runs all unit tests via the Gradle task
56-
`dataframe:test -Pkotlin.dataframe.debug=true` (see the ["Building"](#building) chapter).
56+
`build -Pkotlin.dataframe.debug=true` (see the ["Building"](#building) chapter).
5757
1. The contributor submits the PR if the local build is successful and the tests are green.
5858
2. The reviewer puts their name in the "Reviewers" section of the proposed PR at the start of the review process.
5959
3. The reviewer leaves comments or marks the PR with the abbreviation "LGTM" (Looks good to me).

0 commit comments

Comments
 (0)