Skip to content

Commit 7f27343

Browse files
Pull the services docker image in advance
1 parent c75a6ac commit 7f27343

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ jobs:
110110
- name: Set up Docker Buildx
111111
uses: docker/setup-buildx-action@v3
112112

113+
# Pre-emptively pull the test-services image, to avoid affecting execution time
114+
- name: Pull test services image
115+
if: ${{ inputs.serviceImage != '' }}
116+
shell: bash
117+
run: docker pull ${{ inputs.serviceImage }}
118+
113119
- name: Build Typescript test-services image
114120
if: ${{ inputs.serviceImage == '' }}
115121
id: build

0 commit comments

Comments
 (0)