Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kachiann authored Aug 19, 2024
1 parent 011a182 commit b3d4a5d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,6 @@ jobs:
run: |
docker push ${{ secrets.DOCKER_HUB_USERNAME }}/my-app:latest
- name: Run Unit tests
run: |
if [ -f Pipfile ]; then
pipenv run pytest
fi
working-directory: tests/unit-tests

- name: Lint
run: |
if [ -f Pipfile ]; then
pipenv run pylint --recursive=y src
fi
working-directory: .

- name: Clean up Docker images
run: |
docker rmi my-app:latest

0 comments on commit b3d4a5d

Please sign in to comment.