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:
6543
2023-08-17 15:52:43 +02:00
committed by GitHub
parent 2222638b10
commit a5ef372190
6 changed files with 41 additions and 20 deletions

View File

@@ -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)