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 ebee09e commit 031a0d6Copy full SHA for 031a0d6
.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 test -Dtest="engineering.swat.watch.SingleDirectoryTests"
32
env:
33
DELAY_FACTOR: 3
34
0 commit comments