Skip to content

Commit 40950ea

Browse files
committed
Debug test
1 parent 2a69238 commit 40950ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, macos-latest, windows-latest]
16+
os: [windows-latest]
1717
jdk: [11, 17, 21]
1818
fail-fast: false
1919
runs-on: ${{ matrix.os }}
@@ -28,7 +28,7 @@ jobs:
2828
cache: 'maven'
2929

3030
- name: test
31-
run: mvn -B clean test
31+
run: mvn -B clean test -Dtest=engineering.swat.watch.SingleDirectoryTests#indexingRescanOnOverflow
3232
env:
3333
DELAY_FACTOR: 3
3434

0 commit comments

Comments
 (0)