We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d68307 commit 6b53945Copy full SHA for 6b53945
.github/workflows/build.yml
@@ -23,8 +23,8 @@ jobs:
23
run: chmod +x gradlew
24
if: matrix.os != 'windows-latest'
25
26
- - name: Run tests
27
- run: ./gradlew test --info
+ - name: Run unit tests
+ run: ./gradlew test --tests "io.github.intisy.docker.DockerProviderTest" --tests "io.github.intisy.docker.DockerClientBuilderTest" --tests "io.github.intisy.docker.ModelTest" --info
28
shell: bash
29
30
build:
0 commit comments