Skip to content

Commit dec316e

Browse files
author
Maksim Kostromin
committed
Pull images in before stage.
1 parent 74f7405 commit dec316e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ jobs:
1717
- run: |
1818
echo "JAVA_HOME: $JAVA_HOME"
1919
java -version
20+
- run: docker pull --quite alpine:3.17
21+
- run: docker pull --quite testcontainers/ryuk:0.11.0
22+
- run: docker pull --quite testcontainers/vnc-recorder:1.3.0
23+
- run: docker pull --quite selenium/standalone-firefox:4.13.0
2024
- run: ./mvnw

0 commit comments

Comments
 (0)