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