Fixes so services page comes up (hopefully)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user