diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17c6598..d66a4bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,8 @@ jobs: - 'os:2.6.0' env: mainJob: ${{ matrix.es-version == 'es:8.15.2' }} + sudachiVersion: 20241021 + sudachiKind: core continue-on-error: true steps: @@ -93,15 +95,16 @@ jobs: - name: Cache dictionary download uses: actions/cache@v4 with: - path: build/integration/sudachi-dictionary-20230110-small.zip - key: sudachi-dictionary-20230110 + path: build/integration/sudachi-dictionary-${{ env.sudachiVersion }}-${{ env.sudachiKind }}.zip + key: sudachi-dictionary-${{ env.sudachiVersion }}-${{ env.sudachiKind }} - name: Integration test env: ES_KIND: ${{ env.ENGINE_KIND }} ES_VERSION: ${{ env.ENGINE_VERSION }} PLUGIN_VERSION: ${{ env.PROJ_VERSION }} RUN_ES_DAEMON: 1 - DIC_VERSION: 20230110 + DIC_VERSION: ${{ env.sudachiVersion }} + DIC_KIND: ${{ env.sudachiKind }} run: | bash test-scripts/00-install-elasticsearch.sh sleep 30