From 9cc8e3d6ceeefcc3097842e6bd17773e5d52eb8f Mon Sep 17 00:00:00 2001 From: Douglas Gubert Date: Tue, 23 Apr 2024 12:22:30 -0300 Subject: [PATCH] chore: Add alpine indication to test jobs that use it (#32286) --- .github/workflows/ci-test-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test-e2e.yml b/.github/workflows/ci-test-e2e.yml index 12bb361d76f2..a7a6f3f367e2 100644 --- a/.github/workflows/ci-test-e2e.yml +++ b/.github/workflows/ci-test-e2e.yml @@ -83,7 +83,7 @@ jobs: mongodb-version: ${{ fromJSON(inputs.mongodb-version) }} shard: ${{ fromJSON(inputs.shard) }} - name: MongoDB ${{ matrix.mongodb-version }} (${{ matrix.shard }}/${{ inputs.total-shard }}) + name: MongoDB ${{ matrix.mongodb-version }} (${{ matrix.shard }}/${{ inputs.total-shard }})${{ matrix.mongodb-version == '6.0' && ' - Alpine' || '' }} steps: - name: Login to GitHub Container Registry