Skip to content

Commit

Permalink
docker minor
Browse files Browse the repository at this point in the history
  • Loading branch information
RBhupi committed Nov 21, 2024
1 parent 652f50c commit 7a775dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
# Run tests inside the Docker container
- name: Run Tests
run: |
docker run --rm --entrypoint pytest plugin-cmv /app/test_app.py
docker run --rm plugin-cmv sh -c "pip install pytest && pytest /app/test_app.py"

0 comments on commit 7a775dd

Please sign in to comment.