Skip to content

Commit 6b53945

Browse files
committed
Update build.yml
1 parent 9d68307 commit 6b53945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
run: chmod +x gradlew
2424
if: matrix.os != 'windows-latest'
2525

26-
- name: Run tests
27-
run: ./gradlew test --info
26+
- name: Run unit tests
27+
run: ./gradlew test --tests "io.github.intisy.docker.DockerProviderTest" --tests "io.github.intisy.docker.DockerClientBuilderTest" --tests "io.github.intisy.docker.ModelTest" --info
2828
shell: bash
2929

3030
build:

0 commit comments

Comments
 (0)