Skip to content

Commit b6f4992

Browse files
committed
Install goose in GitHub Actions CI
Fixes test failures by installing goose-cli via uv tool install. Tests require goose executable to be available on PATH.
1 parent b84c6f3 commit b6f4992

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,9 @@ jobs:
5151
- name: Install project
5252
run: uv sync --dev
5353

54+
- name: Install goose
55+
run: |
56+
uv tool install goose-cli
57+
5458
- name: Run test suite
5559
run: just test

0 commit comments

Comments
 (0)