mirror of
https://github.com/MengMengCode/VoCat.git
synced 2026-08-20 14:53:42 +08:00
Initial
This commit is contained in:
@@ -35,6 +35,7 @@ jobs:
|
||||
retention-days: 1
|
||||
|
||||
test:
|
||||
needs: web
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -44,6 +45,11 @@ jobs:
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
cache: true
|
||||
- name: Download embedded web UI
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: web-dist
|
||||
path: web/dist
|
||||
- name: Test
|
||||
run: go test ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user