Skip to content

Commit

Permalink
cicd: github
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gshm committed Apr 14, 2024
1 parent 6821023 commit 0efde63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ dependencies {

tasks.test {
useJUnitPlatform()
logging.captureStandardOutput(LogLevel.ERROR)
logging.captureStandardError(LogLevel.ERROR)
}
3 changes: 1 addition & 2 deletions test/src/test/java/example/JdbcTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@

public class JdbcTest {

protected static JdbcDatabaseContainer<?> postgres = new PostgresqlPod()
.withKubernetesClientBuilder(new KubernetesClientBuilder().withConfig(getConfig()));
protected static JdbcDatabaseContainer<?> postgres = new PostgresqlPod();

private static Config getConfig() {
var config = autoConfigure(null);
Expand Down

0 comments on commit 0efde63

Please sign in to comment.