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 4646 - ' os:2.6.0'
4747 env :
4848 mainJob : ${{ matrix.es-version == 'es:8.15.2' }}
49+ sudachiVersion : 20241021
50+ sudachiKind : core
4951 continue-on-error : true
5052
5153 steps :
@@ -93,15 +95,16 @@ jobs:
9395 - name : Cache dictionary download
9496 uses : actions/cache@v4
9597 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 }}
98100 - name : Integration test
99101 env :
100102 ES_KIND : ${{ env.ENGINE_KIND }}
101103 ES_VERSION : ${{ env.ENGINE_VERSION }}
102104 PLUGIN_VERSION : ${{ env.PROJ_VERSION }}
103105 RUN_ES_DAEMON : 1
104- DIC_VERSION : 20230110
106+ DIC_VERSION : ${{ env.sudachiVersion }}
107+ DIC_KIND : ${{ env.sudachiKind }}
105108 run : |
106109 bash test-scripts/00-install-elasticsearch.sh
107110 sleep 30
You can’t perform that action at this time.
0 commit comments