Skip to content

Commit

Permalink
Merge pull request #15 from Billing-Wise/K5P-63/ci/ci-스크립트-작성
Browse files Browse the repository at this point in the history
[ci] sonarcloud 분석 실행
  • Loading branch information
dtd1614 authored Jul 22, 2024
2 parents 439386b + 7f90581 commit 45cad1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CI

on:
push:
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
@EnableFeignClients
@PropertySource("classpath:secure.properties")
public class ServerBatchApplication {

public static void main(String[] args) {
SpringApplication.run(ServerBatchApplication.class, args);
}
Expand Down

0 comments on commit 45cad1a

Please sign in to comment.