This commit is contained in:
parent
5fa4e4c37f
commit
6d2bbfbfe5
|
|
@ -29,23 +29,7 @@ jobs:
|
|||
pip install ruff
|
||||
ruff format . --target-version=py311
|
||||
continue-on-error: true
|
||||
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pip install coverage
|
||||
coverage run -m pytest -v -s
|
||||
|
||||
- name: Generate Coverage Report
|
||||
run: |
|
||||
coverage report -m
|
||||
|
||||
- name: Login to Digital Hippo Labs Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DIPPOLABS_USERNAME }}
|
||||
password: ${{ secrets.DIPPOLABS_TOKEN }}
|
||||
registry: hub.digitalhippo.tech
|
||||
|
||||
|
||||
- name: Build Docker Image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue