Skip to content

Commit 5c370b5

Browse files
committed
Add missing test image to CI pre-pull list
1 parent c6b2187 commit 5c370b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
sleep 5
5151
5252
# Pre-pull lots of the Docker images we'll want to use later
53-
echo node:14 golang:1.16 openjdk:16-alpine3.13 python:3.9-slim ruby:alpine3.13 |
53+
echo node:14 golang:1.16 openjdk:16-alpine3.13 python:3.9-slim ruby:alpine3.13 php:8.0-apache |
5454
DOCKER_HOST=$DIND_HOST xargs -P10 -n1 docker pull
5555
5656
- run: DOCKER_HOST=$DIND_HOST xvfb-run npm run test

0 commit comments

Comments
 (0)