diff --git a/.forgejo/workflows/build-python-app.yml b/.forgejo/workflows/build-python-app.yml index 25185ac..c5e6085 100644 --- a/.forgejo/workflows/build-python-app.yml +++ b/.forgejo/workflows/build-python-app.yml @@ -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: