File tree Expand file tree Collapse file tree 1 file changed +66
-0
lines changed
Expand file tree Collapse file tree 1 file changed +66
-0
lines changed Original file line number Diff line number Diff line change 3131 run : ./gradlew -p lucene/analysis/common check testRegressions
3232name : Hunspell regression tests
3333
34+ on :
35+ pull_request :
36+ branches :
37+ - ' main'
38+ paths :
39+ - ' .github/workflows/hunspell.yml'
40+ - ' lucene/analysis/common/**'
41+
42+ jobs :
43+ test :
44+ name : Run Hunspell regression tests
45+
46+ runs-on : ubuntu-latest
47+
48+ steps :
49+ - uses : actions/checkout@v3
50+ with :
51+ persist-credentials : false
52+
53+ - name : Set up JDK
54+ uses : actions/setup-java@v3
55+ with :
56+ distribution : ' temurin'
57+ java-version : 17
58+ java-package : jdk
59+
60+ - name : Prepare caches
61+ uses : ./.github/actions/gradle-caches
62+
63+ - name : Run regular and regression tests
64+ run : ./gradlew -p lucene/analysis/common check testRegressions
65+ name : Hunspell regression tests
66+
67+ on :
68+ pull_request :
69+ branches :
70+ - ' main'
71+ paths :
72+ - ' .github/workflows/hunspell.yml'
73+ - ' lucene/analysis/common/**'
74+
75+ jobs :
76+ test :
77+ name : Run Hunspell regression tests
78+
79+ runs-on : ubuntu-latest
80+
81+ steps :
82+ - uses : actions/checkout@v3
83+ with :
84+ persist-credentials : false
85+
86+ - name : Set up JDK
87+ uses : actions/setup-java@v3
88+ with :
89+ distribution : ' temurin'
90+ java-version : 17
91+ java-package : jdk
92+
93+ - name : Prepare caches
94+ uses : ./.github/actions/gradle-caches
95+
96+ - name : Run regular and regression tests
97+ run : ./gradlew -p lucene/analysis/common check testRegressions
98+ name : Hunspell regression tests
99+
34100on :
35101 pull_request :
36102 branches :
You can’t perform that action at this time.
0 commit comments