Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aednichols committed Dec 21, 2023
1 parent 0317f1e commit 0b77d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b77d65

Please sign in to comment.