Skip to content

Commit 38bad32

Browse files
update dict version for workflow
1 parent a54675e commit 38bad32

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
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

0 commit comments

Comments
 (0)