Skip to content

Commit fefc363

Browse files
strawgateCopilot
andauthored
Allow Agents to run make test (#220)
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
1 parent d723faf commit fefc363

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/claude-on-mention.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
- name: Install UV
3737
uses: astral-sh/setup-uv@v7
3838

39+
# Install dependencies
40+
- name: Install dependencies
41+
run: uv sync --all-packages --group dev
42+
3943
- name: Set triage prompt
4044
id: triage-prompt
4145
run: |

.github/workflows/claude-on-open-label.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
- name: Install UV
3232
uses: astral-sh/setup-uv@v7
3333

34+
# Install dependencies
35+
- name: Install dependencies
36+
run: uv sync --all-packages --group dev
37+
3438
- name: Set triage prompt
3539
id: triage-prompt
3640
run: |

.github/workflows/claude-on-test-failure.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
- name: Install UV
3737
uses: astral-sh/setup-uv@v7
3838

39+
# Install dependencies
40+
- name: Install dependencies
41+
run: uv sync --all-packages --group dev
42+
3943
- name: Set analysis prompt
4044
id: analysis-prompt
4145
run: |

0 commit comments

Comments
 (0)