mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
ci: Add Docker image tests with --yes --exit args
This commit is contained in:
parent
78ebb6295d
commit
fdddfc6b1f
1 changed files with 10 additions and 0 deletions
10
.github/workflows/docker-build-test.yml
vendored
10
.github/workflows/docker-build-test.yml
vendored
|
@ -41,6 +41,11 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: false
|
||||
target: aider
|
||||
load: true
|
||||
tags: aider-test:latest
|
||||
|
||||
- name: Test standard image
|
||||
run: docker run --rm aider-test:latest --yes --exit
|
||||
|
||||
- name: Build Docker full image
|
||||
uses: docker/build-push-action@v5
|
||||
|
@ -50,3 +55,8 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: false
|
||||
target: aider-full
|
||||
load: true
|
||||
tags: aider-full-test:latest
|
||||
|
||||
- name: Test full image
|
||||
run: docker run --rm aider-full-test:latest --yes --exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue