Skip to content

Commit 3996bb8

Browse files
committed
ci/cd: 수정
1 parent 358e11e commit 3996bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/com/ai/lawyer/global/config/MetaDBConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import javax.sql.DataSource;
1111

12-
@Profile("!test")
12+
@Profile("!test & !test-ci")
1313
@Configuration
1414
public class MetaDBConfig {
1515

0 commit comments

Comments
 (0)