We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b2187 commit 5c370b5Copy full SHA for 5c370b5
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
sleep 5
51
52
# 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 |
+ echo node:14 golang:1.16 openjdk:16-alpine3.13 python:3.9-slim ruby:alpine3.13 php:8.0-apache |
54
DOCKER_HOST=$DIND_HOST xargs -P10 -n1 docker pull
55
56
- run: DOCKER_HOST=$DIND_HOST xvfb-run npm run test
0 commit comments