File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 46
46
- ' os:2.6.0'
47
47
env :
48
48
mainJob : ${{ matrix.es-version == 'es:8.15.2' }}
49
+ sudachiVersion : 20241021
50
+ sudachiKind : core
49
51
continue-on-error : true
50
52
51
53
steps :
@@ -93,15 +95,16 @@ jobs:
93
95
- name : Cache dictionary download
94
96
uses : actions/cache@v4
95
97
with :
96
- path : build/integration/sudachi-dictionary-20230110-small .zip
97
- key : sudachi-dictionary-20230110
98
+ path : build/integration/sudachi-dictionary-${{ env.sudachiVersion }}-${{ env.sudachiKind }} .zip
99
+ key : sudachi-dictionary-${{ env.sudachiVersion }}-${{ env.sudachiKind }}
98
100
- name : Integration test
99
101
env :
100
102
ES_KIND : ${{ env.ENGINE_KIND }}
101
103
ES_VERSION : ${{ env.ENGINE_VERSION }}
102
104
PLUGIN_VERSION : ${{ env.PROJ_VERSION }}
103
105
RUN_ES_DAEMON : 1
104
- DIC_VERSION : 20230110
106
+ DIC_VERSION : ${{ env.sudachiVersion }}
107
+ DIC_KIND : ${{ env.sudachiKind }}
105
108
run : |
106
109
bash test-scripts/00-install-elasticsearch.sh
107
110
sleep 30
You can’t perform that action at this time.
0 commit comments