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 c24cbc9 commit fc3b224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
working-directory: ${{ env.DOCKERFILE_DIRECTORY }}
- name: Run tests via Docker
run: |
docker run test-tag -c "source /app/venv/bin/activate
docker run test-tag sh -c "source /app/venv/bin/activate
&& python -m unittest discover bank_app"

0 comments on commit fc3b224

Please sign in to comment.