feat: 更新推斷模組以使用 search token 進行格式推斷,並新增格式搜尋字詞詞庫
This commit is contained in:
parent
6d948b0873
commit
fcc9e36220
7 changed files with 515 additions and 48 deletions
11
.github/workflows/docker-e2e-tests.yml
vendored
11
.github/workflows/docker-e2e-tests.yml
vendored
|
|
@ -287,6 +287,17 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Free disk space (aggressive)
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
with:
|
||||
tool-cache: true
|
||||
android: true
|
||||
dotnet: true
|
||||
haskell: true
|
||||
large-packages: true
|
||||
docker-images: true
|
||||
swap-storage: false
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue