Skip to content

Commit aa67b39

Browse files
committed
Skip Docker Buildx setup for TiDB tests
TiDB tests don't need Buildx since testcontainers handles Docker directly. This prevents unnecessary MySQL image pulls during Buildx initialization.
1 parent 52aacba commit aa67b39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ jobs:
167167
run: chmod +x bin/terraform
168168

169169
- name: Set up Docker Buildx
170+
if: matrix.db_type != 'tidb'
170171
uses: docker/setup-buildx-action@v3
171172

172173
- name: Pre-pull Docker images for caching

0 commit comments

Comments
 (0)