Skip to content

Commit 4618c42

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

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 -q alpine:3.17
21+
- run: docker pull -q testcontainers/ryuk:0.11.0
22+
- run: docker pull -q testcontainers/vnc-recorder:1.3.0
23+
- run: docker pull -q selenium/standalone-firefox:4.13.0
2024
- run: ./mvnw

0 commit comments

Comments
 (0)