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 a92ff20 commit 62fdabfCopy full SHA for 62fdabf
.github/workflows/main.yml
@@ -175,18 +175,6 @@ jobs:
175
# Note: Docker Buildx not needed - testcontainers handles Docker directly
176
# Skipping Buildx prevents unnecessary image pulls during initialization
177
178
- - name: Pre-pull Docker images for caching
179
- if: matrix.db_type != 'tidb'
180
- run: |
181
- docker pull ${{ matrix.docker_image }} || true
182
-
183
- - name: Pre-pull TiDB images for caching
184
- if: matrix.db_type == 'tidb'
185
186
- docker pull pingcap/tidb:v${{ matrix.db_version }} || true
187
- docker pull pingcap/pd:v${{ matrix.db_version }} || true
188
- docker pull pingcap/tikv:v${{ matrix.db_version }} || true
189
190
- name: Run testcontainers tests
191
env:
192
GOFLAGS: -mod=vendor
0 commit comments