From 0b77d653ef2d2ad293840bbc8e75d8856ba34eb2 Mon Sep 17 00:00:00 2001 From: Adam Nichols Date: Thu, 21 Dec 2023 14:07:04 -0500 Subject: [PATCH] Comment --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 634830e5..f95c8730 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -31,9 +31,9 @@ jobs: distribution: temurin java-version: 11 + # Testcontainers does not seem to be able to pull the containers on its own if the image is not present - name: Run tests run: | - # Testcontainers does not seem to be able to pull the containers on its own if the image is not present docker pull mongo:4.4 docker pull testcontainersofficial/ryuk:0.3.0 ./minnie-kenny.sh --force