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