Skip to content

Commit

Permalink
hotfix : test 없이 진행
Browse files Browse the repository at this point in the history
  • Loading branch information
packdev937 committed Aug 13, 2023
1 parent 7ddfd2c commit a216bcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@
@SpringBootTest
class YourweatherApplicationTests {

@Test
void contextLoads() {
}

}

0 comments on commit a216bcb

Please sign in to comment.