Add build and publish steps #3

Merged
chimeudeonwop merged 53 commits from feature/setup-workflow-pipeline into main 2025-11-04 18:20:11 +00:00
2 changed files with 158 additions and 1 deletions
Showing only changes of commit 0fae75c2bf - Show all commits

View File

@ -13,7 +13,7 @@ import static org.junit.jupiter.api.Assertions.assertSame;
import static org.mockito.Mockito.*; import static org.mockito.Mockito.*;
@ExtendWith(MockitoExtension.class) @ExtendWith(MockitoExtension.class)
@ActiveProfiles("test") // ensures application-test.properties is used @ActiveProfiles("test")
public class StudentServiceImplTest { public class StudentServiceImplTest {
private final StudentRepository studentRepository = mock(StudentRepository.class); private final StudentRepository studentRepository = mock(StudentRepository.class);