Skip to content

Commit

Permalink
update dict version for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-northlander committed Nov 5, 2024
1 parent a54675e commit 38bad32
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 38bad32

Please sign in to comment.