mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
Revert "ci: Add Docker image tests with --yes --exit args"
This reverts commit fdddfc6b1f.
This commit is contained in:
10
.github/workflows/docker-build-test.yml
vendored
10
.github/workflows/docker-build-test.yml
vendored
@@ -41,11 +41,6 @@ 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
|
||||
@@ -55,8 +50,3 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user