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 9df7ad6 commit 30523d6Copy full SHA for 30523d6
.github/workflows/boot-data-couchbase.yml
@@ -32,6 +32,6 @@ jobs:
32
# see: https://github.com/testcontainers/testcontainers-java/discussions/4676
33
run: |
34
cd boot-data-couchbase
35
- mvn -q clean test -Dtest=PostRepositoryWithTestcontainresTest
+ mvn -q clean test -Dtest=PostRepositoryWithTestcontainersTest
36
docker rm $(docker ps -aq) -f
37
mvn -q clean test -Dtest=PostRepositoryTest
0 commit comments