mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 21:20:30 +00:00
Move "skip ci" logic into global pipeline conditions (#2216)
... and make custom errors follow std err conventions this fix a 500 response if the whole pipeline is filtered out
This commit is contained in:
2
Makefile
2
Makefile
@@ -168,7 +168,7 @@ test-server-datastore-coverage: ## Test server datastore with coverage report
|
||||
|
||||
test-ui: ui-dependencies ## Test UI code
|
||||
(cd web/; pnpm run lint)
|
||||
(cd web/; pnpm run formatcheck)
|
||||
(cd web/; pnpm run format:check)
|
||||
(cd web/; pnpm run typecheck)
|
||||
(cd web/; pnpm run test)
|
||||
|
||||
|
Reference in New Issue
Block a user