mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25: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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -18,8 +18,4 @@ jobs:
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: |
|
run: |
|
||||||
docker build -t myapp:latest .
|
docker build -t myapp:latest . -f docker/Dockerfile
|
||||||
|
|
||||||
- name: Run tests in Docker container
|
|
||||||
run: |
|
|
||||||
docker run myapp:latest python -m unittest discover -s tests
|
|
Loading…
Add table
Add a link
Reference in a new issue