File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 4949 version : latest
5050
5151 - name : Install dependencies
52- run : cd docs && pnpm install --frozen-lockfile
52+ run : cd docs && pnpm install
5353
5454 - name : Build with Astro
5555 run : cd docs && pnpm run build
Original file line number Diff line number Diff line change 1616 mcp_test :
1717 name : Test MCP Server
1818 runs-on : ${{ matrix.os }}
19- defaults :
20- run :
21- working-directory : renamify-mcp
2219
2320 strategy :
2421 matrix :
@@ -53,16 +50,16 @@ jobs:
5350 ${{ runner.os }}-pnpm-store-
5451
5552 - name : Install dependencies
56- run : pnpm install --frozen-lockfile --ignore-workspace
53+ run : cd renamify-mcp && pnpm install
5754
5855 - name : Run TypeScript checks
59- run : pnpm exec tsc --noEmit
56+ run : cd renamify-mcp && pnpm exec tsc --noEmit
6057
6158 - name : Run Biome checks
62- run : pnpm run check
59+ run : cd renamify-mcp && pnpm run check
6360
6461 - name : Run tests with coverage
65- run : pnpm exec vitest run --coverage
62+ run : cd renamify-mcp && pnpm exec vitest run --coverage
6663
6764 - name : Build
68- run : pnpm run build
65+ run : cd renamify-mcp && pnpm run build
You can’t perform that action at this time.
0 commit comments