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 abec04f commit 5eb1ec6Copy full SHA for 5eb1ec6
.github/workflows/ci-test-go.yml
@@ -87,7 +87,7 @@ jobs:
87
fi
88
89
# Setup Testcontainers Cloud Client right before your Testcontainers tests
90
- - name: Setup Docker Cloud Client
+ - name: Setup Testcontainers Cloud Client
91
if: ${{ inputs.testcontainers-cloud }}
92
uses: atomicjar/testcontainers-cloud-setup-action@c335bdbb570ec7c48f72c7d450c077f0a002293e # v1.3
93
with:
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
needs:
84
- detect-modules
85
- lint
86
- name: "Test using Docker Cloud"
+ name: "Test using Testcontainers Cloud"
strategy:
matrix:
go-version: [1.23.x, 1.24.x]
0 commit comments