diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 831ee478..4d53ad4a 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 - name: Check for broken links run: | diff --git a/src/test/java/de/rieckpil/courses/AbstractWebTest.java b/src/test/java/de/rieckpil/courses/AbstractWebTest.java index 82686663..0a3a540c 100644 --- a/src/test/java/de/rieckpil/courses/AbstractWebTest.java +++ b/src/test/java/de/rieckpil/courses/AbstractWebTest.java @@ -39,9 +39,7 @@ public abstract class AbstractWebTest { .withLogConsumer("keycloak_1", new Slf4jLogConsumer(LOG)) .withLogConsumer("database_1", new Slf4jLogConsumer(LOG)) .withLogConsumer("sqs_1", new Slf4jLogConsumer(LOG)) - .withOptions("--compatibility") // See issue - // https://github.com/testcontainers/testcontainers-java/issues/4565 - .withLocalCompose(true); + .withOptions("--compatibility"); @RegisterExtension static ScreenShooterExtension screenShooterExtension =