mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-27 15:55:00 +00:00
Just test building the docker image
This commit is contained in:
parent
0beba57a98
commit
3eaa9671be
1 changed files with 2 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Docker Build and Test
|
||||
name: Docker Build Test
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -18,8 +18,4 @@ jobs:
|
|||
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
docker build -t myapp:latest .
|
||||
|
||||
- name: Run tests in Docker container
|
||||
run: |
|
||||
docker run myapp:latest python -m unittest discover -s tests
|
||||
docker build -t myapp:latest . -f docker/Dockerfile
|
Loading…
Add table
Add a link
Reference in a new issue