Skip to content

Commit

Permalink
dogVelopers#25 github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeel5839 committed Mar 15, 2022
1 parent aaccbe6 commit a96385c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: Spring build gradle
on:
push:
branches:
- develop # 내가 평소에 PR 하기 전 작업하는 branch 에다가 적용
# - develop # 내가 평소에 PR 하기 전 작업하는 branch 에다가 적용
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
@Transactional
public class HofControllerTest {

@Autowired
MockMvc mockMvc;

@Autowired
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
@SpringBootTest
@Transactional
public class MemberControllerTest{
@Autowired
MockMvc mockMvc;

@Autowired
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
@Transactional
public class ProjectControllerTest {

@Autowired
MockMvc mockMvc;

@Autowired
Expand Down

0 comments on commit a96385c

Please sign in to comment.