1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

Fix get wiki page id (#7322)

* fix get wiki page link

* add test workflow

* add unit for wiki utils function
This commit is contained in:
Michael An
2025-01-07 17:33:50 +08:00
committed by GitHub
parent 4b33271e5b
commit 206ecec2aa
5 changed files with 66 additions and 3 deletions

View File

@@ -17,4 +17,4 @@ echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >~/.npmrc
cd $GITHUB_WORKSPACE
cd ./frontend && npm install && npm run lint
cd ./frontend && npm install && npm run lint && npm run test