Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
milinsoft committed May 13, 2024
1 parent fc3b224 commit 63d3829
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
working-directory: ${{ env.DOCKERFILE_DIRECTORY }}
- name: Run tests via Docker
run: |
docker run test-tag sh -c "source /app/venv/bin/activate
&& python -m unittest discover bank_app"
docker run test-tag sh -c "\
source /app/venv/bin/activate && \
python -m unittest discover bank_app \
"

0 comments on commit 63d3829

Please sign in to comment.