Skip to content

Commit

Permalink
ci: update ci and add format check and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed May 6, 2024
1 parent 3b9bd8d commit cf7ac47
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ jobs:
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Run tests
uses: actions/setup-python@v5
with:
python-version: "3.11"
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
black --check .
pytest
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit cf7ac47

Please sign in to comment.