Skip to content

Commit d0c0a7a

Browse files
authored
Install dependencies before Docs Agent verification
Install target dependencies before docs-agent verification so fresh runner workspaces can execute build and verification commands.
1 parent deeda02 commit d0c0a7a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/developer-docs-agent.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
]
5252
verification_commands: |
5353
[
54+
"pnpm install --frozen-lockfile",
5455
"pnpm build",
5556
"pnpm verify"
5657
]

.github/workflows/skills-agent.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
]
4646
verification_commands: |
4747
[
48+
"pnpm install --frozen-lockfile",
4849
"pnpm build",
4950
"pnpm verify"
5051
]

0 commit comments

Comments
 (0)