Skip to content

Commit

Permalink
correct gh action 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ozieblo-michal committed Jun 14, 2024
1 parent fd73f71 commit 0f7030f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_and_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Build Docker image
run: docker build -t vitefast:latest .
- name: Run Pytest in /src directory
run: docker run --rm vitefast:latest /bin/sh -c "cd src/backend && poetry run python -m pytest ."
run: docker run --rm vitefast:latest /bin/sh -c "cd src && poetry run python -m pytest ."


0 comments on commit 0f7030f

Please sign in to comment.