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 f30ccaf commit cd55f5dCopy full SHA for cd55f5d
.github/workflows/build.yaml
@@ -28,7 +28,7 @@ jobs:
28
cache: 'maven'
29
30
- name: test
31
- run: mvn -B clean -Dtest=engineering.swat.watch.SingleDirectoryTests#indexingRescanOnOverflow test
+ run: mvn -B clean test -Dtest="engineering.swat.watch.SingleDirectoryTests#indexingRescanOnOverflow"
32
env:
33
DELAY_FACTOR: 3
34
0 commit comments