diff --git a/.github/workflows/s3-tables-tests.yml b/.github/workflows/s3-tables-tests.yml index 34f8a0318..d4c0de068 100644 --- a/.github/workflows/s3-tables-tests.yml +++ b/.github/workflows/s3-tables-tests.yml @@ -213,7 +213,8 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Pre-pull Dremio image - run: docker pull dremio/dremio:latest || echo "Warning: Failed to pre-pull Dremio image, will try at runtime" + run: | + docker pull dremio/dremio:latest || echo 'Warning: Failed to pre-pull Dremio image, will try at runtime' continue-on-error: true - name: Run go mod tidy