ci: add go test and npm test to CI pipeline, remove redundant npm ci
- ci.yml: add 'go test ./...' and 'npm test' steps - release.yml: remove redundant 'cd frontend && npm ci' (GoReleaser handles it)
This commit is contained in:
@@ -17,4 +17,5 @@ jobs:
|
||||
with:
|
||||
node-version: "22"
|
||||
- run: cd backend && go build ./...
|
||||
- run: cd frontend && npm ci && npm run build
|
||||
- run: cd backend && go test ./...
|
||||
- run: cd frontend && npm ci && npm run build && npm test
|
||||
|
||||
Reference in New Issue
Block a user