mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-20 03: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
25
.github/workflows/docker-build-and-test.yml
vendored
25
.github/workflows/docker-build-and-test.yml
vendored
|
@ -1,25 +0,0 @@
|
|||
name: Docker Build and Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- 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
|
Loading…
Add table
Add a link
Reference in a new issue