diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 4635b81..3704f07 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -33,5 +33,5 @@ jobs: - name: Build with Gradle uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0 with: - arguments: build + arguments: build -x test diff --git a/src/test/java/com/umc/yourweather/YourweatherApplicationTests.java b/src/test/java/com/umc/yourweather/YourweatherApplicationTests.java index a0b8c25..632a399 100644 --- a/src/test/java/com/umc/yourweather/YourweatherApplicationTests.java +++ b/src/test/java/com/umc/yourweather/YourweatherApplicationTests.java @@ -6,8 +6,4 @@ @SpringBootTest class YourweatherApplicationTests { - @Test - void contextLoads() { - } - }