Skip to content

Commit 5eb1ec6

Browse files
authored
chore: name cloud properly
1 parent abec04f commit 5eb1ec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-test-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
fi
8888
8989
# Setup Testcontainers Cloud Client right before your Testcontainers tests
90-
- name: Setup Docker Cloud Client
90+
- name: Setup Testcontainers Cloud Client
9191
if: ${{ inputs.testcontainers-cloud }}
9292
uses: atomicjar/testcontainers-cloud-setup-action@c335bdbb570ec7c48f72c7d450c077f0a002293e # v1.3
9393
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
needs:
8484
- detect-modules
8585
- lint
86-
name: "Test using Docker Cloud"
86+
name: "Test using Testcontainers Cloud"
8787
strategy:
8888
matrix:
8989
go-version: [1.23.x, 1.24.x]

0 commit comments

Comments
 (0)