🐛 fix(ci): 固定后端测试资源与 Java 编码

This commit is contained in:
mango
2026-07-27 19:14:37 +08:00
parent 5a16c2b201
commit 0bf8d28e22
4 changed files with 12 additions and 3 deletions

View File

@@ -35,6 +35,12 @@ jobs:
distribution: temurin
java-version: '17'
- name: Prepare frontend embed
shell: bash
run: |
mkdir -p frontend/dist
printf '<!doctype html><title>GoNavi test</title>\n' > frontend/dist/index.html
- name: Run backend tests
run: go test ./... -count=1 -timeout=30m