mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-20 20:29:06 +00:00
Add missing image build
This commit is contained in:
3
.github/workflows/pytests.yml
vendored
3
.github/workflows/pytests.yml
vendored
@@ -30,10 +30,11 @@ jobs:
|
|||||||
- name: Install all dependencies
|
- name: Install all dependencies
|
||||||
run: uv sync --frozen --all-extras --all-groups
|
run: uv sync --frozen --all-extras --all-groups
|
||||||
|
|
||||||
- name: Build goose image
|
- name: Build required images
|
||||||
run: |
|
run: |
|
||||||
uv tool install --with-editable . .
|
uv tool install --with-editable . .
|
||||||
cubbi image build goose
|
cubbi image build goose
|
||||||
|
cubbi image build gemini-cli
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user