Fixes so services page comes up (hopefully)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2026-03-09 22:02:28 -03:00
parent a9c25917f0
commit d7e427f164
2 changed files with 6 additions and 3 deletions

View File

@@ -1 +1,4 @@
pnpm run test:ci
# Only run CI tests when files under src/ are changed
if git diff --cached --name-only | grep -q '^src/'; then
pnpm run test:ci
fi