mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-12 09:34:05 +08:00
🐛 fix(ci): 固定后端测试资源与 Java 编码
This commit is contained in:
6
.github/workflows/backend-tests.yml
vendored
6
.github/workflows/backend-tests.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user