Skip to content

Commit

Permalink
gradle - change naming task integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
chinnawatsut committed Mar 22, 2024
1 parent 0fa01d5 commit 9e98ae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kbazaar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test {
}
}

task("it-test", type: Test) {
task("test-it", type: Test) {
useJUnitPlatform {
includeTags 'integration-test'
}
Expand Down
4 changes: 2 additions & 2 deletions kbazaar/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ run:
test:
./gradlew clean && ./gradlew test

it-test:
./gradlew clean && ./gradlew it-test
test-it:
./gradlew clean && ./gradlew test-it

format:
./gradlew spotlessApply
Expand Down

0 comments on commit 9e98ae3

Please sign in to comment.